Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TheAlgorithms/Python
/ main
Function
main
sorts/tim_sort.py:78–81 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
76
77
78
def
main():
79
lst = [5, 9, 10, 3, -4, 5, 178, 92, 46, -18, 0, 7]
80
sorted_lst = tim_sort(lst)
81
print(sorted_lst)
82
83
84
if
__name__ ==
"__main__"
:
Callers
1
tim_sort.py
File · 0.70
Calls
1
tim_sort
Function · 0.85
Tested by
no test coverage detected