#min-max #iterable #heaps

mmheaps

Simple implementation of iterable min and max heaps

1 unstable release

0.1.11 May 6, 2023
0.1.1 May 5, 2023
0.1.0 May 5, 2023

#2 in #heaps

48 downloads per month

MIT license

7KB
168 lines

mmheaps

Simple implementations of iterable min and max heaps https://github.com/skylerselfridge/mmheaps

Install Run the following Cargo command in your project directory: cargo add mmheaps

Or add the following line to your Cargo.toml: mmheaps = "0.1.11"

No runtime deps