dijkstraDense

calc shortest path with O(V^2)

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

Meta