Like std::collections::BinaryHeap but supporting some extra features:
- You can update the priority of an existing item
- You can iterate over the entries in order without modifying the
HeapQueue Tmust beCopy+Eq+HashTneed not beOrd
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Like std::collections::BinaryHeap but supporting some extra features:
HeapQueueT must be Copy + Eq + HashT need not be Ord