Master Theorem Calculator
a >= 1, b > 1 f(n) > 0
T(n) = aT(n/b) + f(n)
a:
b:
f(n):
Calculate
WIP: please reach out with feedback!