Worst -case of Quicksort algorithm occurs when

Worst -case of Quicksort algorithm occurs when Correct Answer Data are random

Quicksort (sometimes called partition – exchange sort) is an efficient sorting algorithm, Quicksort is a comparison sort. In the worst case, it make O (n2) comparisons, though this behavior is rate.

Related Questions

What is the worst case complexity of QuickSort?
What is the worst case time complexity of randomized quicksort?
Algorithm design technique used in quicksort algorithm is?