3 releases
Uses old Rust 2015
0.1.2 | May 27, 2018 |
---|---|
0.1.1 | May 27, 2018 |
0.1.0 | May 27, 2018 |
#1861 in Data structures
9KB
194 lines
prioq
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.