Recurrences

There are several techniques to solve recurrence relations, each suited to different forms and complexities of the equation.

All of these approaches will be introduced, exemplified, and practiced with during the Analysis of Algorithms course you'll take.

The following lecture slides from an Algorithms course in University of Tennessee will give you a taste (+ examples) of how these methods work: (1) slides (2) slides. [Our course's final exam won't ask questions about these linked slides.]