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

File quick_sort.py

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

Source from the content-addressed store, hash-verified

1"""
2Quick sort is a divide and conquer algorithm
3Steps:
41. We first select an element randomly which we call pivot element. We can choose any element as pivot element.

Callers

nothing calls this directly

Calls 1

quickSortFunction · 0.85

Tested by

no test coverage detected