Q. What is the result of the recurrences which fall under the extended second case of Master’s theorem (let the recurrence be given by T(n)=aT(n/b)+f(n) and f(n)=nc(log n)k? (Solved)
1. none of the below
2. t(n) = o(nc log n)
3. t(n)= o(nc (log n)k+1
4. t(n) = o(n2)
- c. t(n)= o(nc (log n)k+1