easyctf-2017/problems/programming/dijkstra/problem.json
2016-03-11 10:48:40 -06:00

12 lines
No EOL
258 B
JSON

{
"pid": "dijkstra",
"title": "Dijkstra",
"hint": "You might consider reading up on shortest-path algorithms.",
"category": "Programming",
"autogen": false,
"programming": true,
"value": 450,
"bonus": 4,
"threshold": 0,
"weightmap": { }
}