dijkstra_test, a Fortran90 code which calls dijkstra(), which implements a simple version of Dijkstra's algorithm for determining the minimum distance from one node in a graph to all other nodes.
The information on this web page is distributed under the MIT license.
dijkstra, a Fortran90 code which implements a simple version of Dijkstra's minimum distance algorithm for graphs.