uheapq
– heap queue algorithm¶
|see_cpython_module| python:heapq
.
This module implements the heap queue algorithm.
A heap queue is simply a list that has its elements stored in a certain way.
uheapq
– heap queue algorithm¶|see_cpython_module| python:heapq
.
This module implements the heap queue algorithm.
A heap queue is simply a list that has its elements stored in a certain way.