Vidyalelo
Data Structure · Q101

Sorting Algorithms

Programming · Data Structure · question 101

Q101

What is the worst case time complexity of the Quick sort?

A.
O(nlogn)
B.
O(n)
C.
O(n3)
D.
O(n2)
Answer

Answer: Option D

Solution

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