A form of Recurrence Equations, where we:

  1. Guess a solution
  2. Suppose it is right for all
  3. Prove that it is correct given the assumption

How do i know if i guess wrong?

  • A wrong guess will lead to a wrong equation (Remember that equations () are strict!)

Examples

Merge-Sort

Merge sort has a run time of

Guess Assume ,

insert this into our equation for T(n) , QED