Thin heaps, thick heaps

  • Authors:
  • Haim Kaplan;Robert Endre Tarjan

  • Affiliations:
  • Tel Aviv University, Israel;Princeton University, Princeton, NJ and Hewlett Packard Laboratories, Palo Alto, CA

  • Venue:
  • ACM Transactions on Algorithms (TALG)
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

The Fibonacci heap was devised to provide an especially efficient implementation of Dijkstra's shortest path algorithm. Although asyptotically efficient, it is not as fast in practice as other heap implementations. Expanding on ideas of Høyer [1995], we describe three heap implementations (two versions of thin heaps and one of thick heaps) that have the same amortized efficiency as Fibonacci heaps, but need less space and promise better practical performance. As part of our development, we fill in a gap in Høyer's analysis.