Recurrence Equation

expression

Solving Recurrence Equations

  1. Substitution method
  2. Recursion-tree method
  3. Iteration method
  4. Master method

Substitution method

  1. base case

  2. inductive hypothesis

  3. 결론

example1.