CS 206 -- April 7, 2007

lecture notes -- Finishing up Hash tables
A very simple program that takes one command line argurment, which controls the form of probe used. The arguement is either
  1. lp -- to use linear probing
  2. qp -- to use quadratic probing
  3. dh -- to use double hashing

The book workshop applet for linear probing The book workshop applet for double hashing The book workshop applet for separate chaining