dijkstra_test


dijkstra_test, a C code which calls dijkstra() to implement a simple version of Dijkstra's algorithm for determining the minimum distance from one node in a graph to all other nodes.

Licensing:

The computer code and data files described and made available on this web page are distributed under the MIT license

Related Data and Programs:

dijkstra, a C code which implements a simple version of Dijkstra's algorithm for determining the minimum distance from one node in a graph to all other nodes.

Source Code:


Last revised on 17 June 2019.