Possible Duplicate:
Quicksort: Choosing the pivot
I read a statement:
The performance of quicksort falls on already sorted/almost sorted lists if the pivot is not randomized.
Please help explain this. I would have expected more comparisons probably - but not more swaps. I thought the worst case of a quick sort was sorting an inverted array.