MCPcopy 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
78def 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
84if __name__ == "__main__":

Callers 1

tim_sort.pyFile · 0.70

Calls 1

tim_sortFunction · 0.85

Tested by

no test coverage detected