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.
Q. Under what case of Master’s theorem will the recurrence relation of stooge sort fall?
β
Correct Answer: (A)
1
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
422
Total Visits
3 y ago
Published
Mr. Dubey
Publisher
92%
Success Rate