Q89
What is the worst case time complexity of a quick sort algorithm?
A.
O(N)
B.
O(N log N)
C.
O(N2)
AnswerD.
O(log N)
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board