Vidyalelo
Data Structure · Q30

Sorting Algorithms

Programming · Data Structure · question 30

Q30

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

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board