Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
def
merge_sort(listt):
2
''
&
#x27;
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_sort
Function · 0.85
Tested by
no test coverage detected