The worst case occurs in quick sort when _________
The worst case occurs in quick sort when _________ Correct Answer Pivot is the smallest element
This happens when the pivot is the smallest (or the largest) element. Then one of the partitions is empty, and we repeat recursively the procedure for N-1 elements.