Add binary min-heap
This commit is contained in:
parent
28e780d274
commit
df7536b82b
2 changed files with 147 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
/// Data structures for the "pure" min-queues, supporting duplicates but no arbitrary updates
|
||||
pub mod binary_heap;
|
||||
|
||||
/// A data structure usable for backing a "pure" queue
|
||||
pub trait PureBacking<T: Ord> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue