COP 4531: Lecture 6

Learning objectives

After this class, you should be able to:

  1. Prove the Master Theorem for recurrences, when n = bi.
  2. Given a recurrence, either solve it using the Master theorem, or show why the Master theorem does not apply to it.

Reading assignment

  1. CLR: Sections 4.3 and 4.4 (until, and including, sec 4.4.1).
  2. Review amortized time complexity analysis of vector inserts from COP 4530.

Exercises and review questions


Last modified: 29 Jan 2007