MCPcopy Index your code
hub / github.com/Jack-Lee-Hiter/AlgorithmsByPython / heapSort.py

File heapSort.py

heapSort.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1def heapSort(alist):
2 if alist == None or len(alist) == 0:
3 return
4 length = len(alist)

Callers

nothing calls this directly

Calls 1

heapSortFunction · 0.85

Tested by

no test coverage detected