floyd-warshall 0.0.0

Efficient all-pairs-shortest-paths algorithm for the petgraph library using the floyd-warshall algorithm.
Documentation

This is currently a placeholder crate, but will contain an efficient implementation of the floyd-warshall algorithm to solve the APAS (all pairs shortest paths) problem using the petgraph library.