Lecture 24

Learning objectives

After this class, you should be able to:

  1. Formally prove properties of different types of trees and algorithms on them.
  2. Formally prove that algorithms with certain time complexities are impossible, using the fact that comparison-based sorting cannot be done faster than Theta(n log n) time.

Reading assignment

  1. Class notes.

Exercises and review questions


Last modified: 3 Apr 2008