dijkstra_test, an Octave code which calls dijkstra(), which determines the minimum distance from one node in a graph to all other nodes.
The computer code and data files described and made available on this web page are distributed under the MIT license
dijkstra, an Octave code which implements a simple version of Dijkstra's minimum distance algorithm for graphs.