Login
From:
Python documentation
(Uncensored)
subscribe
heapq — Heap queue algorithm — Python 3.13.2 documentation
https://docs.python.org/3/library/heapq.html
links
backlinks
Roast topics
Find topics
Find it!
Source code: Lib/heapq.py This module provides an implementation of the heap queue algorithm, also known as the priority queue algorithm. Heaps are binary trees for which every parent node has a va...