2 unstable releases
Uses old Rust 2015
0.2.0 | Jul 8, 2016 |
---|---|
0.1.0 | Apr 28, 2016 |
#3 in #heaps
16KB
391 lines
skew-heap
A priority queue based on a skew heap.
Documentation is available at https://apasel422.github.io/skew-heap/skew_heap.
To use skew-heap
with Cargo, add this to Cargo.toml
:
[dependencies]
skew_heap = "0.2"
and this to the crate root:
extern crate skew_heap;
lib.rs
:
Skew heaps.