Retroactive Monotonic Priority Queues via Range Searching
Abstract
The best-known fully retroactive priority queue costs O(2 m m) time per operation and uses O(m m) space, where m is the number of operations performed on the data structure. In contrast, standard (non-retroactive) priority queues can cost O( m) time per operation and use O(m) space. So far, it remains open whether these bounds can be achieved for fully retroactive priority queues. In this work, we study a restricted variant of priority queues known as monotonic priority queues. First, we show that finding the minimum in a retroactive monotonic priority queue is a special case of the range-searching problem. Then, we design a fully retroactive monotonic priority queue that costs O( m) time per operation and uses O(m) space, achieving the same bounds as a standard priority queue.
Turn this paper into a full lesson
ArcXiv compiles a staged curriculum from this paper: 8-12 lessons across beginner → advanced, synthesised section guides, visuals, flashcards, a quiz, exercises, and on-demand deep dives per section. Grounded in the abstract, never invented.