MCPcopy Create free account
hub / github.com/subbarayudu-j/TheAlgorithms-Python / main

Function main

sorts/timsort.py:75–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73
74
75def main():
76
77 lst = [5,9,10,3,-4,5,178,92,46,-18,0,7]
78 sorted_lst = timsort(lst)
79 print(sorted_lst)
80
81if __name__ == '__main__':
82 main()

Callers 1

timsort.pyFile · 0.70

Calls 1

timsortFunction · 0.85

Tested by

no test coverage detected