3 releases

Uses old Rust 2015

0.1.2 May 27, 2018
0.1.1 May 27, 2018
0.1.0 May 27, 2018

#1828 in Data structures

MIT license

9KB
194 lines

prioq

Build Status Crates.io Crates.io

Priority Queue implemented using std::collections::BinaryHeap.

Only implements the simplest methods from the BinaryHeap.

Provides a ReversePriorityQueue, which pops item with lower priorities first.

No runtime deps