CS 206 -- April 5, 2005

Hash Tables

Lecture Notes -- Hash tables
A very simple program that prints out a hash value for every string passed as input to it. The first function is the default that comes with every Java object. The other two are taken from the code below.
A public domain set of hashing functions
A test routing for the public domain hashing functions