priority-queues

Tag

Cards List
#priority-queues

The Sync Heap: Delete First, Ask Questions Later

Lobsters Hottest · 2026-08-25 Cached

The paper introduces the sync heap, a novel data structure that decouples deletion from revealing the deleted element, enabling constant amortized time for insertions and deletions under limited inspections, and improving a textbook scheduling problem from O(n log n) to O(n).

0 favorites 0 likes
← Back to home

Submit Feedback