Page 1 of 1

What is the recurrence relation for stooge sort?

Posted: Wed Jul 13, 2022 6:15 pm
by answerhappygod
a) T(n) = 2T(2/3n) + O(n)
b) T(n) = 2T(2/3n) + O(1)
c) T(n) = 3T(2/3n) + O(n)
d) T(n) = 3T(2/3n) + O(1)