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

apasel422/pairing-heap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pairing-heap

A priority queue based on a pairing heap.

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

About

A priority queue based on a pairing 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