The different ways to select a pivot element are
- Pick the first element as pivot
 - Pick the last element as pivot
 - Pick the Middle element as pivot
 - Median-of-three elements
 - Pick three elements, and find the median x of these elements
 - Use that median as the pivot.
 - Randomly pick an element as pivot.
 






