Direct ports of the standard library's BTreeMap, BTreeSet and BinaryHeap collections, but that sort according to a specified total order rather than the `Ord` trait
-
Updated
Apr 13, 2023 - Rust
Direct ports of the standard library's BTreeMap, BTreeSet and BinaryHeap collections, but that sort according to a specified total order rather than the `Ord` trait
A generic binary max heap for implementing a dynamically prioritizable priority queue.
Add a description, image, and links to the binary-heap topic page so that developers can more easily learn about it.
To associate your repository with the binary-heap topic, visit your repo's landing page and select "manage topics."