sohamm20 / Hacktoberfest_2022_MMCOE

The purpose of this repository is to help and motivate students to contribute in open source, Also encourage them to complete the hacktoberfest 2022
1 stars 22 forks source link

quickSort algo #45

Closed Deven1902 closed 2 years ago

Deven1902 commented 2 years ago

quick sort: also works on the lines of divide and conquer.

here we decide one pivot element and keep it at its appropriate place.

we do partition of array using the pivot .