Vidyalelo
Data Structure · Q115

Sorting Algorithms

Programming · Data Structure · question 115

Q115

What is the average case time complexity of cube sort?

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

Answer: Option B

Solution

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