Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AdarshAddee/Hacktoberfest2022_for_Beginers
/ QuickSort.py
File
QuickSort.py
Python/QuickSort.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
# anupkafle
2
3
def
partition(A, low, high):
4
pivot = A[low]
Callers
nothing calls this directly
Calls
1
quicksort
Function · 0.85
Tested by
no test coverage detected