@inproceedings{986e18eb1e95414e9adf93cda62b1da2,
title = "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 rank-pairing heaps perform almost as well as pairing heaps on typical input sequences and better on worst-case sequences.",
author = "Bernhard Haeupler and Siddhartha Sen and Tarjan, {Robert E.}",
year = "2009",
doi = "10.1007/978-3-642-04128-0_59",
language = "English (US)",
isbn = "3642041272",
series = "Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics)",
pages = "659--670",
booktitle = "Algorithms - ESA 2009 - 17th Annual European Symposium, Proceedings",
note = "17th Annual European Symposium on Algorithms, ESA 2009 ; Conference date: 07-09-2009 Through 09-09-2009",
}