Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DasyDong/developer-roadmap
/ all_sort.py
File
all_sort.py
code/all_sort.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
# coding:utf-8
2
# 快排
3
def
quick_sort(arr1):
4
if
len(arr1) < 2:
Callers
nothing calls this directly
Calls
1
merge_sort
Function · 0.85
Tested by
no test coverage detected