Strictly Implicit Priority Queues: On the Number of Moves and Worst-Case Time
Abstract
The binary heap of Williams (1964) is a simple priority queue characterized by only storing an array containing the elements and the number of elements n - here denoted a strictly implicit priority queue. We introduce two new strictly implicit priority queues. The first structure supports amortized O(1) time Insert and O( n) time ExtractMin operations, where both operations require amortized O(1) element moves. No previous implicit heap with O(1) time Insert supports both operations with O(1) moves. The second structure supports worst-case O(1) time Insert and O( n) time (and moves) ExtractMin operations. Previous results were either amortized or needed O( n) bits of additional state information between operations.
Turn this paper into a lesson
ArcXiv compiles a structured reading guide from this paper's metadata: plain-English importance, contributions, prerequisite concepts, which sections to read first, flashcards, and a quiz. Grounded in the abstract, never invented.