/Dijkstra

Dijkstra Algorithm

Primary LanguageC++

Dijkstra Algorithm

An example to show how Dijkstra Algorithm works.
The example map is shown in the folder.
D is the start node. The algorithm shows the minimum distance from start node to other nodes.

References: This Document and This Document will help.