Expand description
A priority queue implemented with a binary heap.
Vendored from the binary-heap-plus crate which depends on the unmaintained
compare crate. Distributed here under MIT (see licenses/ directory).
Original source: https://github.com/sekineh/binary-heap-plus-rs
Structsยง
- Binary
Heap - A priority queue implemented with a binary heap.
- PeekMut
- Structure wrapping a mutable reference to the greatest item on a
BinaryHeap.