easyctf-2017/dijkstra/problem.json
Michael Zhang 32832a1c82 Initial
2016-09-09 16:13:22 -05:00

12 lines
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": { }
}