Computer Science & Electrical
Volume: 102 , Issue: 1 , June Published Date: 06 June 2022
Publisher Name: IJRP
Views: 841 , Download: 1023 , Pages: 164 - 170
DOI: 10.47119/IJRP1001021620223299
Publisher Name: IJRP
Views: 841 , Download: 1023 , 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.