MCPcopy Create free account
hub / github.com/BeeBombshell/Python-DSA / mergesort.py

File mergesort.py

Sorting Algorithms/mergesort.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1def merge_sort(listt):
2 '''
3 list->list
4 sort the inputed list in O(o*log n) time with O(n) space complexity

Callers

nothing calls this directly

Calls 1

merge_sortFunction · 0.85

Tested by

no test coverage detected