Enhancement of Dijkstra Algorithm for Finding Optimal Path
Alec Zehst M. Tiong, Celeste June G. Panganiban, Mark Christopher R. Blanco, Richard C. Regala, Dan Michael A. Cortez
Abstract
Open-access reader
Alec Zehst M. Tiong, Celeste June G. Panganiban, Mark Christopher R. Blanco, Richard C. Regala, Dan Michael A. Cortez
Abstract
Open-access reader
The Dijkstra algorithm is a common method used when solving shortest path problems. It is a graph-based method that compares node distances, selects the shortest subsequent node, and generates an ideal path. However, it is seen that the method struggles with memory utilization, particularly when working with substantial amounts of data or graphs. The purpose of this research work is to improve the algorithm to tackle the current problem. The enhancement is accomplished by providing an approach in which the two closest nodes are combined in each iteration. With this, the conclusion of the study is that the enhanced Dijkstra algorithm, with the application of node combination, was able to reduce the memory usage in comparison to the existing Dijkstra algorithm.
OpenAlex reports 5 citations for this work. Citation counts describe recorded attention and do not establish research quality.
A contribution statement is not available in the OpenAlex record.
Method details are not available in the OpenAlex metadata.
Findings are not separately available in the OpenAlex metadata.
Limitations are not available in the OpenAlex metadata.
Application details are not available in the OpenAlex metadata.
The Dijkstra algorithm is a common method used when solving shortest path problems. It is a graph-based method that compares node distances, selects the shortest subsequent node, and generates an ideal path. However, it is seen that the method struggles with memory utilization, particularly when working with substantial amounts of data or graphs. The purpose of this research work is to improve the algorithm to tackle the current problem. The enhancement is accomplished by providing an approach in which the two closest nodes are combined in each iteration. With this, the conclusion of the study is that the enhanced Dijkstra algorithm, with the application of node combination, was able to reduce the memory usage in comparison to the existing Dijkstra algorithm.
Key concepts: Dijkstra's algorithm, Pathfinding, Suurballe's algorithm, Yen's algorithm, Shortest path problem, A* search algorithm, K shortest path routing, Shortest Path Faster Algorithm