Skip to main content

Module binary_heap

Module binary_heap 

Source
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ยง

BinaryHeap
A priority queue implemented with a binary heap.
PeekMut
Structure wrapping a mutable reference to the greatest item on a BinaryHeap.