Skip to content

konstantindt/min-binary-heap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MinBinaryHeap

The library provides a (binary) min-heap data structure that currently has some of the functionality required to create a min-priority queue of types that form total order.

Build Status

Documentation

To view project documentation first build it:

$ cargo doc

and then open the following file with a web browser:

[crate root]/target/doc/min_binary_heap/index.html

Usage

Add this entry under Cargo.toml dependencies section name:

[dependencies]
min_binary_heap = { git = "https://github.com/konstantindt/min-binary-heap" }

and the following to your crate root:

extern crate min_binary_heap;

License

See the LICENSE file for license rights and limitations (MIT).

About

A Rust min-priority queue data structure.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages