A binary heap-based priority queue supporting min-heap, max-heap, and custom comparator modes. Features O(log n) push/pop, priority changes, merge operations, and FIFO tie-breaking.
Required Ruby Version
>= 3.1.0
Authors
Philip Rehberger
Versions
- 0.5.0 April 27, 2026 (10.5 KB)
- 0.4.0 April 21, 2026 (10 KB)
- 0.3.0 April 15, 2026 (9.5 KB)
- 0.2.1 April 15, 2026 (9 KB)
- 0.2.0 April 04, 2026 (9 KB)