This paper investigates the performance enhancement of Dijkstra's algorithm by utilizing a specialized data structure, specifically a linked hash map, to store solution paths, thereby facilitating more efficient implicit path searches. The results demonstrate that the proposed method significantly reduces search times across various graph models when compared to conventional implementations. The analysis highlights how adapting data structures can optimize algorithm efficiency and improve searching costs in graph-related applications.
Related topics: