International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
|
Volume 89 - Issue 14 |
Published: March 2014 |
Authors: Shruti Pant, Pooja Khulbe |
![]() |
Shruti Pant, Pooja Khulbe . Shortest Path Algorithm using Hashing and Queue. International Journal of Computer Applications. 89, 14 (March 2014), 17-21. DOI=10.5120/15699-4607
@article{ 10.5120/15699-4607, author = { Shruti Pant,Pooja Khulbe }, title = { Shortest Path Algorithm using Hashing and Queue }, journal = { International Journal of Computer Applications }, year = { 2014 }, volume = { 89 }, number = { 14 }, pages = { 17-21 }, doi = { 10.5120/15699-4607 }, publisher = { Foundation of Computer Science (FCS), NY, USA } }
%0 Journal Article %D 2014 %A Shruti Pant %A Pooja Khulbe %T Shortest Path Algorithm using Hashing and Queue%T %J International Journal of Computer Applications %V 89 %N 14 %P 17-21 %R 10.5120/15699-4607 %I Foundation of Computer Science (FCS), NY, USA
Finding the shortest path in a graph means selecting the path between source and destination which gives the minimum path length. This problem of finding the shortest path can be solved using Dijkstra algorithm. The time complexity of Dijkstra algorithm is high. Looking at the shortcoming of traditional Dijkstra algorithm, this paper has proposed a new method to improve the time complexity of this algorithm using queue and hashing techniques. The time complexity of the improved algorithm is O(n log n).