Select Git revision
Forked from
flow3r / flow3r firmware
1529 commits behind, 14669 commits ahead of the upstream repository.

moon2 authored
heapq.rst 815 B
:mod:`heapq` -- heap queue algorithm
|see_cpython_module| :mod:`python:heapq`.
This module implements the min heap queue algorithm.
A heap queue is essentially a list that has its elements stored in such a way that the first item of the list is always the smallest.