Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
60
def
heapsort(seq):
61
return
[x
for
x in Heap(seq)]
62
63
64
if
__name__ ==
'__main__'
:
Callers
1
recipe-437116.py
File · 0.85
Calls
1
Heap
Class · 0.70
Tested by
no test coverage detected