File size: 353 Bytes
6d99051 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | {
"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
}
|