summaryrefslogtreecommitdiffstats
path: root/03-algorithms_on_graphs/04-paths_in_graphs/01-dijkstra/tests/02
blob: 99e01eed15335efd19fe07f3f78ea4396935bf33 (plain)
1
2
3
4
5
6
7
8
9
10
11
5 9
1 2 4
1 3 2
2 3 2
3 2 1
2 4 2
3 5 4
5 4 1
2 5 3
3 4 4
1 5