heapdict
A heap with decrease-key and increase-key operations
A heap with decrease-key and increase-key operations
To install this package, run one of the following:
heapdict implements the MutableMapping ABC, meaning it works pretty much like a regular Python dict. It's designed to be used as a priority queue.
Summary
A heap with decrease-key and increase-key operations
Last Updated
Oct 23, 2019 at 15:46
License
BSD-3-Clause
Supported Platforms
Unsupported Platforms
GitHub Repository
https://github.com/DanielStutzbach/heapdictDocumentation
https://pypi.python.org/pypi/HeapDict