tylerxdurden's picture
Add files using upload-large-folder tool
6d99051 verified
raw
history blame contribute delete
353 Bytes
{
"task_name": "graph_isomorphism",
"task_number": "07",
"directory": "task_07_graph_isomorphism",
"difficulties": {
"easy": {
"nodes": 5,
"distortion": 0.3
},
"medium": {
"nodes": 8,
"distortion": 0.6
},
"hard": {
"nodes": 12,
"distortion": 0.9
}
},
"count_per_difficulty": 200
}