binomial-heap 0.2.0

A priority queue based on a binomial heap.
Documentation
  • Coverage
  • 100%
    17 out of 17 items documented3 out of 14 items with examples
  • Size
  • Source code size: 32.44 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 987.98 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 8s Average build duration of successful builds.
  • all releases: 8s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Documentation
  • apasel422/binomial-heap
    1 0 2
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • apasel422

binomial-heap

A priority queue based on a binomial heap.

Documentation is available at https://apasel422.github.io/binomial-heap/binomial_heap.

To use binomial-heap with Cargo, add this to Cargo.toml:

[dependencies]
binomial_heap = "0.2"

and this to the crate root:

extern crate binomial_heap;