International Journal of Computer Applications |
Foundation of Computer Science (FCS), NY, USA |
Volume 109 - Number 13 |
Year of Publication: 2015 |
Authors: Shom C. Abraham, Girish Dutt Shukla |
10.5120/19250-0932 |
Shom C. Abraham, Girish Dutt Shukla . Shortest Path Computation in Large Graphs using Bidirectional Strategy and Genetic Algorithms. International Journal of Computer Applications. 109, 13 ( January 2015), 27-30. DOI=10.5120/19250-0932
The shortest path problem in graphs is a fundamental optimization problem which has stimulated research for several decades. Numerous real-world applications are modeled as graphs and shortest path computation is a frequent operation performed on them. Many graphs happen to be very large like road networks or routing networks. Shortest path computation on them is a challenge because of the low performance due to its large nature. Already existing graph algorithms are not suitable for large graphs. In this paper, an attempt is made to solve the problem of finding an efficient point-to-point shortest path algorithm for graphs of larger sizes. First run the A * algorithm with binary heap implementation from both the directions. The nodes extracted from both directions are saved and then genetic algorithm is used to find the shortest path. The bi-directional strategy reduces the search space and the genetic algorithm optimizes the search problem to give best result. The final results illustrates that this novel approach with the optimization strategies achieves high scalability and performance.