We are given the recurrence T(n) = a T(n/b) + f(n).
- 1.
- If
for some constant
, then
. - 2.
- If
, then
. - 3.
- If
for some constant
, and if
for some constant c<1 and
all sufficiently large n, then
. - 4.
- If
for
, then
.
Next: Justification
Up: MASTER METHOD
Previous: The Master Tree