Sciweavers

ESA
2009
Springer

Rank-Pairing Heaps

13 years 11 months ago
Rank-Pairing Heaps
Abstract. We introduce the rank-pairing heap, a heap (priority queue) implementation that combines the asymptotic efficiency of Fibonacci heaps with much of the simplicity of pairing heaps. Unlike all other heap implementations that match the bounds of Fibonacci heaps, our structure needs only one cut and no other structural changes per key decrease; the trees representing the heap can evolve to have arbitrary structure. Our initial experiments indicate that rankpairing heaps perform almost as well as pairing heaps on typical input sequences and better on worst-case sequences.
Bernhard Haeupler, Siddhartha Sen, Robert Endre Ta
Added 26 May 2010
Updated 26 May 2010
Type Conference
Year 2009
Where ESA
Authors Bernhard Haeupler, Siddhartha Sen, Robert Endre Tarjan
Comments (0)