Algorithm for finding shortest paths in a weighted graph with positive or negative edge weights (but with no negative cycles)
Dijkstra & Floyd Warshall implementation for weighted directed and undirected graphs with iteration logging.
Implementation of Floy-Warshall's algorithm for finding shortest paths in a directed weighted graph.
Algorithm for finding shortest and widest paths in a weighted graph