We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.DS

Change to browse by:

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo ScienceWISE logo

Computer Science > Data Structures and Algorithms

Title: A Comparison of Dijkstra's Algorithm Using Fibonacci Heaps, Binary Heaps, and Self-Balancing Binary Trees

Authors: Rhyd Lewis
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.
Comments: 15 pages, 5 figures, 3 algorithms, 2 tables, source code listing
Subjects: Data Structures and Algorithms (cs.DS); Combinatorics (math.CO)
Cite as: arXiv:2303.10034 [cs.DS]
  (or arXiv:2303.10034v2 [cs.DS] for this version)

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.