Expand description

All-Pairs-Shortest-Path algorithm of Floyd and Warshall.

Functions

Solve the All-Pairs-Shortest-Path-Problem with the algorithm of Floyd and Warshall on a directed graph.
Solve the All-Pairs-Shortest-Path-Problem with the algorithm of Floyd and Warshall on an undirected graph.