Lecture 25

Learning objectives

After this class, you should be able to:

  1. Given a hash function, the hash table size, and a sequence of insertions and deletions, draw the state of a chained hash table after the operations are complete.
  2. Give the worst case and expected case time complexities for hash table insertion, search, and deletion.

Reading assignment

  1. Section 5.3.
  2. Lecture: Hash tables.

Exercises and review questions


Last modified: 31 Oct 2011