logo
Expand description

Binary heap with a contextful comparator and position tracking

The implementation is mostly based on the Rust standard library’s BinaryHeap.

Traits

Min-heap.

Context type for BinaryHeap’s operations.