dijkstra
This commit is contained in:
parent
a31509d093
commit
2c956b7c18
5 changed files with 13 additions and 0 deletions
9
03_dijkstra/02_least_reachable_city/data
Normal file
9
03_dijkstra/02_least_reachable_city/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