A heap with decrease-key and increase-key operations
HeapDict is designed to be used as a priority queue, where items are added and consumed by priority. Compared to an ordinary dict, a heapdict has the following differences: popitem and peekitem returns the (key, priority) pair with the lowest priority, instead of a random object.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 1.0.1-7.fc35 | - |
Fedora 35 | 1.0.1-7.fc35 | - |
Fedora 34 | 1.0.1-5.fc34 | - |
You can contact the maintainers of this package via email at
python-heapdict dash maintainers at fedoraproject dot org
.