Try this exercise. Could you figure out the right sequence for this list?
What is the order of steps in Quick Sort?
Press the below buttons in the order in which they should occur. Click on them again to un-select.
Options:
- Then, apply the quicksort algorithm to the first and the third part. (recursively)
- Pick a pivot element.
- Partition the array into 3 parts: all elements in this part is less than the pivot, the pivot, and all elements greater.