Finds shortest paths between all pairs of vertices in a weighted graph, including those with negative edges (but no negative cycles).
Explain code with DocComment! Try out your own code!