From charlesreid1

Revision as of 09:32, 16 July 2017 by Admin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.