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.
Unlike the Python standard library's heapq module, the HeapDict supports efficiently changing the priority of an existing object (often called "decrease-key" in textbooks). Altering the priority is important for many algorithms such as Dijkstra's Algorithm and A*.
Package Version | Update ID | Released | Package Hub Version | Platforms | Subpackages |
---|---|---|---|---|---|
1.0.1-bp156.3.1 info | GA Release | 2023-07-22 | 15 SP6 |
|
|
1.0.1-bp155.2.11 info | GA Release | 2023-05-22 | 15 SP5 |
|
|
1.0.1-bp154.1.42 info | GA Release | 2022-05-09 | 15 SP4 |
|
|
1.0.1-bp153.1.17 info | GA Release | 2021-03-06 | 15 SP3 |
|
|
1.0.1-bp152.1.8 info | GA Release | 2020-04-17 | 15 SP2 |
|
|
1.0.0-bp151.3.1 info | GA Release | 2019-07-16 | 15 SP1 |
|
|
1.0.0-bp151.2.11 info | GA Release | 2019-05-18 | 15 SP1 |
|
|
1.0.0-bp150.2.4 info | GA Release | 2018-07-30 | 15 |
|
|