The order of the input records has what impact on the number of comparisons required by Quicksort (as presented in this module)?
Does Quicksort change when it make a comparison according to the order of the array input values?
Yes, the order of input can change a lot about Quicksort's behavior.