Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chaharnishant11/CodeIn10DSA
/ quickSort.py
File
quickSort.py
Sorting/Code/quickSort.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
# implementation of quick sort in python
2
3
def
swap(a, b, arr):
4
if
a!=b:
Callers
nothing calls this directly
Calls
1
quick_sort
Function · 0.85
Tested by
no test coverage detected