dijkstra_test, a Fortran77 code which calls dijkstra(), which implements the Dijkstra algorithm for finding the minimum distance from a given node of a weighted graph to all the other nodes.
The information on this web page is distributed under the MIT license.
dijkstra, a Fortran77 code which implements the Dijkstra algorithm for finding the minimum distance from a given node of a weighted graph to all the other nodes.