NIST

Master theorem

(definition)

Definition: A theorem giving a solution in asymptotic terms for recurrence relations of the form T(n) = aT(n/b) + f(n) where a ≥ 1 and b > 1 are constants and n/b means either floor( n/b) or ceiling( n/b).

Author: SKS


Go to the Dictionary of Algorithms and Data Structures home page.

If you have suggestions, corrections, or comments, please get in touch with Paul E. Black.

Entry modified 20 January 2004.
HTML page formatted Mon Sep 11 09:46:05 2006.

Cite this as:
Sandeep Kumar Shukla, "Master theorem", in Dictionary of Algorithms and Data Structures [online], Paul E. Black, ed., U.S. National Institute of Standards and Technology. 20 January 2004. (accessed TODAY) Available from: http://www.nist.gov/dads/HTML/mastertheorm.html

to NIST home page