Partition-based Simple Heaps

Abstract

We introduce a new family of priority-queue data structures: partition-based simple heaps. The structures consist of O( n) doubly-linked lists; order is enforced among data in different lists, but the individual lists are unordered. Our structures have amortized O( n) time extract-min and amortized O( n) time insert and decrease-key. The structures require nothing beyond binary search over O( n) elements, as well as binary partitions and concatenations of linked lists in natural ways as the linked lists get too big or small. We present three different ways that these lists can be maintained in order to obtain the stated amortized running times.

0

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.

Discussion (0)

Sign in to join the discussion.

Loading comments…