Algorithms whose recurrence is of the form
- T(n) = T(k) + f(n)
where k may depend on any number of things.
Examples:
Algorithms whose recurrence is of the form
where k may depend on any number of things.
Examples:
DecreaseByVariableFactor (last edited 2007-12-25 23:42:17 by localhost)