Vidyalelo
Data Structure · Q180

Sorting Algorithms

Programming · Data Structure · question 180

Q180

What is the best case time complexity of cube sort?

A.
O(n2)
B.
O(n)
Answer
C.
O(n log n)
D.
O(1)

Answer: Option B

Solution

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