Q101
What is the worst case time complexity of the Quick sort?
A.
O(nlogn)
B.
O(n)
C.
O(n3)
D.
O(n2)
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board