Master Theorem Calculator

a >= 1, b > 1 f(n) > 0

T(n) = aT(n/b) + f(n)

WIP: please reach out with feedback!