Answer TRUE or FALSE.
Quicksort (as the code is written in this module) is a stable sorting algorithm. Recall that a stable sorting algorithm maintains the relative order of records with equal keys.
Think of the behavior for partition if there are two equal key values in the array.
Is it possible for the two equal keys to reverse positions?