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-9.fc37 | - |
| Fedora 36 | 1.0.1-8.fc36 | - |
| Fedora 35 | 1.0.1-7.fc35 | - |
You can contact the maintainers of this package via email at
python-heapdict dash maintainers at fedoraproject dot org.