1 unstable release

Uses old Rust 2015

0.1.0 Jan 23, 2016

#44 in #priority-queue

40 downloads per month
Used in pheap

MIT/Apache

12KB
247 lines

pairing-heap

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:

[dependencies]
pairing_heap = "0.1"

and this to the crate root:

extern crate pairing_heap;

lib.rs:

A priority queue based on a pairing heap.

See PairingHeap for details.

No runtime deps