easyctf-2017/problems/programming/dijkstra/problem.json

12 lines
258 B
JSON
Raw Normal View History

2016-03-11 16:48:40 +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": { }
}