Current browse context:
cs.DS
Change to browse by:
References & Citations
Computer Science > Data Structures and Algorithms
Title: A Comparison of Dijkstra's Algorithm Using Fibonacci Heaps, Binary Heaps, and Self-Balancing Binary Trees
(Submitted on 17 Mar 2023 (v1), last revised 21 Mar 2023 (this version, v2))
Abstract: This paper describes the shortest path problem in weighted graphs and examines the differences in efficiency that occur when using Dijkstra's algorithm with a Fibonacci heap, binary heap, and self-balancing binary tree. Using C++ implementations of these algorithm variants, we find that the fastest method is not always the one that has the lowest asymptotic complexity. Reasons for this are discussed and backed with empirical evidence.
Submission history
From: Rhyd Lewis [view email][v1] Fri, 17 Mar 2023 15:04:56 GMT (1144kb,D)
[v2] Tue, 21 Mar 2023 09:51:06 GMT (1248kb,D)
Link back to: arXiv, form interface, contact.