Heapdict
JSON →Heapdict is a Python library that implements a mutable mapping (like a dictionary) but with the properties of a min-heap. It provides efficient decrease-key and increase-key operations, making it particularly suitable for priority queue implementations in algorithms such as Dijkstra's or A*. Unlike Python's built-in `heapq` module, heapdict allows for efficient modification of item priorities. The current version is 1.0.1, with its last release in September 2019.
Traffic · last 30 days ↑0% vs prev 7d
total hits 13
actors 6 distinct systems
last hit 1d ago MetaBot
top countries 🇺🇸 United States · 🇩🇪 Germany · 🇨🇦 Canada · 🇳🇴 Norway
API endpoints
full doc /v1/registry/heapdict
install /v1/registry/heapdict/install
compatibility /v1/registry/heapdict/compatibility