least reachable city
This commit is contained in:
parent
74f5dbb620
commit
a31509d093
3 changed files with 32 additions and 18 deletions
9
03_dijkstra/data
Normal file
9
03_dijkstra/data
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
4
|
||||
|
||||
1 2 10
|
||||
1 4 2
|
||||
1 3 3
|
||||
3 2 5
|
||||
2 4 6
|
||||
4 5 4
|
||||
5 3 1
|
||||
Reference in a new issue