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-21.fc42 | - |
Fedora 42 | 1.0.1-21.fc42 | - |
Fedora 41 | 1.0.1-20.fc41 | - |
Fedora 40 | 1.0.1-18.fc40 | - |
You can contact the maintainers of this package via email at
python-heapdict dash maintainers at fedoraproject dot org
.