From charlesreid1

Master theorem is a way of analyzing recurrence relations of the form:

$ T(n) = a T \left( \frac{n}{b} \right) + f(n) $

Pages in category "Master Theorem"

The following 2 pages are in this category, out of 2 total.