python3-heapdict

heap with decrease-key and increase-key operations for Python 3
  http://stutzbachenterprises.com/
  0
  no reviews



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.

This contains the Python 3 version