β
Correct Answer: (A)
1
Explanation: the recurrence relation of stooge sort is given as t(n) = 3t(2/3n) + o(1). it is found too be equal to o(n2.7) using master’s theorem first case.
Explanation by: Mr. Dubey
the recurrence relation of stooge sort is given as t(n) = 3t(2/3n) + o(1). it is found too be equal to o(n2.7) using master’s theorem first case.
Discussion
Question Analytics
443
Total Visits
3 y ago
Published
Mr. Dubey
Publisher
89%
Success Rate