Computer Science & Electrical

Computer Science & Electrical

Archive
Join as an Editor/Reviewer

Enhancement of Dijkstra Algorithm for Finding Optimal Path

Volume: 102  ,  Issue: 1 , June    Published Date: 06 June 2022
Publisher Name: IJRP
Views: 511  ,  Download: 526 , Pages: 164 - 170    
DOI: 10.47119/IJRP1001021620223299

Authors

# Author Name
1 Alec Zehst M. Tiong
2 Celeste June G. Panganiban
3 Mark Christopher R. Blanco
4 Richard C. Regala
5 Dan Michael A. Cortez

Abstract

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.

Keywords

  • Dijkstra shortest path algorithm
  • Node Combination
  • Memory Consumption