python/docs/stdlib/data_types

data_types

dz / python / docs / stdlib / data_types

Subgraphs

Node Tree

Nodes

collections
content Collections
children collections/counter
parents python/docs/stdlib/data_types
hyperlink https://docs.python.org/3/library/collections.html
location knowledge/python.dz:158

heapq
content This module provides an implementation of the heap queue algorithm, also known as the priority queue algorithm.
children heapq/heappop, heapq/heappush, leetcode/data_structures/priority_queue, heapq/heappushpop
parents python/docs/stdlib/data_types
remarks min-heap
hyperlink https://docs.python.org/3/library/heapq.html
location knowledge/python.dz:343