Master theorem

The Master theorem gives asymptotic bounds for recurrences of the form T(n)=aT(n/b)+f(n), comparing the recursive work with the nonrecursive work.

Connect