The violation heap: a relaxed Fibonacci-like heap
From MaRDI portal
Publication:3578348
Abstract: We give a priority queue that achieves the same amortized bounds as Fibonacci heaps. Namely, find-min requires O(1) worst-case time, insert, meld and decrease-key require O(1) amortized time, and delete-min requires amortized time. Our structure is simple and promises an efficient practical behavior when compared to other known Fibonacci-like heaps. The main idea behind our construction is to propagate rank updates instead of performing cascaded cuts following a decrease-key operation, allowing for a relaxed structure.
Recommendations
Cited in
(8)- Strict Fibonacci heaps
- Linear-algebraic implementation of Fibonacci heap
- The violation heap: a relaxed Fibonacci-like heap
- Fat heaps without regular counters
- Replacing mark bits with randomness in Fibonacci heaps
- Quake heaps: a simple alternative to Fibonacci heaps
- Why some heaps support constant-amortized-time decrease-key operations, and others do not
- A survey on priority queues
This page was built for publication: The violation heap: a relaxed Fibonacci-like heap
Report a bug (only for logged in users!)Click here to report a bug for this page (MaRDI item Q3578348)