International Journal of Computer Applications |
Foundation of Computer Science (FCS), NY, USA |
Volume 138 - Number 5 |
Year of Publication: 2016 |
Authors: Nilanshi Nigam, Vivek Bhushan Tiwari, Abdul Muttalib Khan |
10.5120/ijca2016908832 |
Nilanshi Nigam, Vivek Bhushan Tiwari, Abdul Muttalib Khan . Comparative Study for Trends of Solving Single Source Shortest Path Problems. International Journal of Computer Applications. 138, 5 ( March 2016), 31-35. DOI=10.5120/ijca2016908832
As the name suggests, Single source shortest path is a technique to find the shortest path corresponding to a source vertex. Single source can be implemented using greedy and dynamic approach. There are many approaches proposed for the same. The idea is to minimize the complexity of the algorithm. This paper presents a review of different algorithm proposed for this technique and compares the complexity and efficiency of each approach . It analyzes each algorithm and takes into account the different parameters involved and hence provide an overview of it. It helps us to know various advantages proposed by different algorithm.