Lecture 5

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. Lectures 3-5 slides.
  2. CLR: Sections 4.5 and 4.6 (until, and including, sec 4.6.1).
  3. CLR: Chapter 6 - Sections 6.1-6.2, and Page 160.

Exercises and review questions


Last modified: 19 Aug 2015