easyctf-2017/dijkstra/problem.json

12 lines
258 B
JSON
Raw Normal View History

2016-09-09 21:13:22 +00:00
{
"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": { }
}