MCPcopy Create free account
hub / github.com/algorithm006-class02/algorithm006-class02 / _heapify_max

Function _heapify_max

Week_01/G20200343030608/heapq.py:64–68  ·  view source on GitHub ↗

Transform list into a maxheap, in-place, in O(len(x)) time.

(x)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

nsmallestFunction · 0.85

Calls 2

lenFunction · 0.85
_siftup_maxFunction · 0.85

Tested by

no test coverage detected