[next] [prev] [prev-tail] [tail] [up]
The quicksort algorithm has two main stages. The first stage, called partitioning, divides an array into two parts with respect to a “pivot”. Then, each part after pivoting is sorted by the algorithm recursively.
[next] [prev] [prev-tail] [front] [up]