Skip to content
This repository has been archived by the owner on Jun 4, 2020. It is now read-only.
/ skew-heap Public archive

A priority queue based on a skew heap

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

apasel422/skew-heap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

skew-heap

A priority queue based on a skew heap.

Documentation is available at https://docs.rs/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;

About

A priority queue based on a skew heap

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages