Page 1 of 1

What is the result of the recurrences which fall under second case of Master’s theorem (let the recurrence be given by T

Posted: Wed Jul 13, 2022 7:40 pm
by answerhappygod
a) T(n) = O(nlogba)
b) T(n) = O(nc log n)
c) T(n) = O(f(n))
d) T(n) = O(n2)