dijkstra

calc shortest path with O(ElogE)

dijkstra
(
D
T
)
(
T g
,
int s
,
D inf = D.max
)

Meta