749 views
0 votes
0 votes

what is master theorem for function like T(n) = aT(n-b) + f(n) where f(n) is not in the form of $n^k$

Please log in or register to answer this question.

Related questions

1 votes
1 votes
1 answer
1
1 votes
1 votes
2 answers
2
mdboi asked Oct 28, 2022
779 views
how do i apply master theorem to this? T(n)=2T(n/2)−n^3n
1 votes
1 votes
1 answer
3
1 votes
1 votes
1 answer
4
ItzDc asked Jun 3, 2022
2,983 views
I can't figure out how to proceed and which case it's falling under after calculating h(n)