| { | |
| "task_name": "logic_grid", | |
| "task_number": "05", | |
| "directory": "task_05_logic_grid", | |
| "difficulties": { | |
| "easy": { | |
| "grid_size": 4, | |
| "constraints": 6, | |
| "types": 2 | |
| }, | |
| "medium": { | |
| "grid_size": 5, | |
| "constraints": 10, | |
| "types": 3 | |
| }, | |
| "hard": { | |
| "grid_size": 6, | |
| "constraints": 16, | |
| "types": 4 | |
| } | |
| }, | |
| "count_per_difficulty": 200 | |
| } | |