Copyright © Philip M. Parker, INSEAD. Terms of Use.

AKRA-BAZZI METHOD

Specialty Definition: Akra-Bazzi Method

(From Wikipedia, the free Encyclopedia)

The Akra-Bazzi Method is a form of divide and conquer which solves more general cases of recurrence. The method is used to solve recurrences that model division of the problem into substanially unequal sized subproblems, as opposed to the Master method, which only solves equal sized subproblems.

The Akra-Bazzi method works for recurrences that have the form:

where k > 0, all coefficients ai are positive and sum to at least 1, all bi are greater than 1, and f(n) is bounded, positive and nondecreasing.

The method would work on a recurrence such as

.

Source: the above text is adapted by the editor from Wikipedia, the free encyclopedia under a copyleft GNU Free Documentation License (GFDL) from the article "Akra-Bazzi Method."

Top     



  

Copyright © Philip M. Parker, INSEAD. Terms of Use.