2 个不稳定版本
使用旧 Rust 2015
0.2.0 | 2016年3月20日 |
---|---|
0.1.0 | 2016年1月24日 |
#44 in #priority-queue
16KB
330 行
binomial-heap
基于二项堆的优先队列。
文档可在 https://apasel422.github.io/binomial-heap/binomial_heap 查找。
要使用 binomial-heap
与 Cargo,将以下内容添加到 Cargo.toml
[dependencies]
binomial_heap = "0.2"
并添加到 crate 根目录
extern crate binomial_heap;
lib.rs
:
基于 二项堆 的优先队列。
有关详细信息,请参阅 BinomialHeap
。