Home
/
Python 3.11
/
Heapq
/
heapify
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Heapq
heapify
Python 3.11
Transform list x into a heap, in-place, in linear time.
Syntax
PYTHON
Copy
heapq.heapify(x)