chandan73933 / Hacktoberfest2020-Algorithms-In-CPP

2 stars 38 forks source link

Adding QuickSort #20

Closed PriyanshuSaini closed 4 years ago

PriyanshuSaini commented 4 years ago

QuickSort is a Divide and Conquer algorithm. It picks an element as pivot and partitions the given array around the picked pivot.