1个不稳定版本
使用旧的Rust 2015
| 0.1.0 | 2016年1月23日 |
|---|
在#priority-queue中排名45
每月下载量30
在pheap中使用
12KB
247 行
pairing-heap
基于配对堆的优先队列。
文档可在https://apasel422.github.io/pairing-heap/pairing_heap找到。
要使用pairing-heap与Cargo,请在Cargo.toml中添加以下内容:
[dependencies]
pairing_heap = "0.1"
并在crate根目录添加以下内容:
extern crate pairing_heap;
lib.rs:
基于配对堆的优先队列。
详细信息请见PairingHeap。