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 computer code and data files described and made available on this web page are distributed under the GNU LGPL 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.