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)
What is the recurrence relation for stooge sort?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
What is the recurrence relation for stooge sort?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!