vix.ing · top · new · best · stats · spec

Rank-Pairing Heaps

2011/01/01 by Bernhard Haeupler, Siddhartha Sen, Robert E. Tarjan · 2 citations
Computer Science · #Algorithms and Data Compression #Software Testing and Debugging Techniques #semigroups and automata theory

paper · doi:10.1137/100785351

openalex publication_date 2011/01/01 · openalex created_date 2016/06/24 · openalex updated_date 2026/06/11

Abstract

We introduce the rank-pairing heap, an implementation of heaps that combines the asymptotic efficiency of Fibonacci heaps with much of the simplicity of pairing heaps. Other heap implementations that match the bounds of Fibonacci heaps do so by maintaining a balance condition on the trees representing the heap. In contrast to these structures but like pairing heaps, our trees can evolve to have arbitrary (unbalanced) structure. Also like pairing heaps, our structure requires at most one cut and no other restructuring per key decrease, in the worst case: the only changes that can cascade during a key decrease are changes in node ranks. Although our data structure is simple, its analysis is not.

Citations

Cited by

Related