Comment on A numerical analysis of Quicksort: How many cases are bad cases? [pdf]parentComments−rachbowyer11yIf quicksort always takes the first element in the array as the pivot, then an array that is already sorted is the worst case.
Comments
If quicksort always takes the first element in the array as the pivot, then an array that is already sorted is the worst case.