CISC2100: Discrete Structur LAB Class 2

Please run the following command to obtain the code:

cp -r ~zhang/public_html/cs2100/LabClass/LAB2 . 

1. logarithm, base conversion

Work on Binary.cpp file.

2. Hash function, one-to-one, onto...

We will learn about hash functions and their applications in class. Here you are asked to experiment with several different hash functions for hashing string (i.e., words) to integers. The code hash.cpp can potentially be extended to a spell checker.