skew-heap 0.2.0

A priority queue based on a skew heap.
Documentation

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;