Recursive Function: Function that depends on itself

Asymptotics

Quick Rule:

Simplifications

Standard Form Recurrences

$T(n)=aT(n/b)+f(n)$