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 - lp -- to use linear probing
- qp -- to use quadratic probing
- 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