Examveda

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

A. O(nlogn)

B. O(n)

C. O(n3)

D. O(n2)

Answer: Option D


This Question Belongs to Data Structure >> Sorting Algorithms

Join The Discussion

Related Questions on Sorting Algorithms