Graph/johnsons_algorithm library

Functions

johnsonsAlgorithm<T>(Map<T, Map<T, num>> graph) Map<T, Map<T, num>>
Johnson's Algorithm for All-Pairs Shortest Paths in a weighted, directed graph.