Mathematical Analysis of Algorithms
1. Decide on a parameter(s) for the input, n
2. Identify the basic operation
3. Evaluate if the elementary operation depends only on n
4. Set up a summation corresponding to the number of elementary operations
5. Simplify the equation to get as simple of a function T(n) as possible