dijkstra_test


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.

Licensing:

The information on this web page is distributed under the MIT license.

Related Data and Programs:

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.

Source Code:


Last revised on 29 September 2023.