A priority queue based on a pairing heap.
Documentation is available at https://apasel422.github.io/pairing-heap/pairing_heap.
To use pairing-heap
with Cargo, add this to Cargo.toml
:
toml
[dependencies]
pairing_heap = "0.1"
and this to the crate root:
rust
extern crate pairing_heap;