MCPcopy Create free account
hub / github.com/ActiveState/code / heapsort

Function heapsort

recipes/Python/437116_Wrapper_class_heapq/recipe-437116.py:60–61  ·  view source on GitHub ↗
(seq)

Source from the content-addressed store, hash-verified

58
59
60def heapsort(seq):
61 return [x for x in Heap(seq)]
62
63
64if __name__ == '__main__':

Callers 1

recipe-437116.pyFile · 0.85

Calls 1

HeapClass · 0.70

Tested by

no test coverage detected