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).
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board