2个不稳定版本

使用旧的Rust 2015

0.2.0 2016年7月8日
0.1.0 2016年4月28日

#4 in #heaps

MIT/Apache

16KB
391

skew-heap

基于斜堆的优先队列。

文档可在https://apasel422.github.io/skew-heap/skew_heap找到。

要使用skew-heap与Cargo,请将以下内容添加到Cargo.toml

[dependencies]
skew_heap = "0.2"

并将以下内容添加到crate根目录

extern crate skew_heap;

lib.rs:

斜堆。

无运行时依赖