Implementation of Dijkstra Shortest Path Algorithm Based on Java

Ru-dong DUAN,Zhi-qun HOU,Da-ming ZHU
DOI: https://doi.org/10.14018/j.cnki.cn13-1085/n.2016.21.084
2016-01-01
Abstract:The shortest path is the optimal solution to get the distance from a node to all other nodes. Traditional Dijkstra algorithm is the most classical algorithm to find the shortest path and is the basis of optimizing algorithm. The paper introduces the corresponding concepts of the traditional Dijkstra algorithm and its working principle. Then the algorithm is realized by Java, the pseudo key codes and operational results are given at last.
What problem does this paper attempt to address?