Vidyalelo
Data Structure · Q310

Sorting Algorithms

Programming · Data Structure · question 310

Q310

What is the average time complexity of stooge sort?

A.
O(n2)
B.
O(n3)
C.
O(n2.6)
D.
O(n2.7)
Answer

Answer: Option D

Solution

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