Examveda

What is the primary disadvantage of using Quick Sort?

A. It requires additional space.

B. It is not efficient for small arrays.

C. It is not stable.

D. It has a worst-case time complexity of O(n2).

Answer: Option D


This Question Belongs to Data Structure >> Sorting Algorithms

Join The Discussion

Related Questions on Sorting Algorithms