Pairing heaps
- 1 March 1987
- journal article
- Published by Association for Computing Machinery (ACM) in Communications of the ACM
- Vol. 30 (3) , 234-249
- https://doi.org/10.1145/214748.214759
Abstract
The pairing heap has recently been introduced as a new data structure for priority queues. Pairing heaps are extremely simple to implement and seem to be very efficient in practice, but they are difficult to analyze theoretically, and open problems remain. It has been conjectured that they achieve the same amortized time bounds as Fibonacci heaps, namely, O (log n ) time for delete and delete_min and O(1) for all other operations, where n is the size of the priority queue at the time of the operation. We provide empirical evidence that supports this conjecture. The most promising algorithm in our simulations is a new variant of the twopass method, called auxiliary twopass. We prove that, assuming no decrease_key operations are performed, it achieves the same amortized time bounds as Fibonacci heaps.Keywords
This publication has 6 references indexed in Scilit:
- Fibonacci Heaps And Their Uses In Improved Network Optimization AlgorithmsPublished by Institute of Electrical and Electronics Engineers (IEEE) ,2005
- The pairing heap: A new form of self-adjusting heapAlgorithmica, 1986
- An empirical comparison of priority-queue and event-set implementationsCommunications of the ACM, 1986
- Amortized Computational ComplexitySIAM Journal on Algebraic Discrete Methods, 1985
- Implementation and Analysis of Binomial Queue AlgorithmsSIAM Journal on Computing, 1978
- A data structure for manipulating priority queuesCommunications of the ACM, 1978