The Master Theorem · T(n) = aT(n/b) + f(n)
unseel.com · Recursion tree · Leaf vs root · logb a
a / b 2 / 2
c = logba 1.00
Case
Subproblem node
Combine work f(n)
Dominant level
Solved bound
Unseel.com · The Master Theorem