Examveda

What is the best case time complexity of cube sort?

A. O(n2)

B. O(n)

C. O(n log n)

D. O(1)

Answer: Option B


This Question Belongs to Data Structure >> Sorting Algorithms

Join The Discussion

Related Questions on Sorting Algorithms