This folder contains the two files: PoloynomialHashCode.java > code for constructing a polynomial hash code for some simple fixed examples HashingData.java > code for truncation and division methods of hashing. Includes main method which allows one to create an array of random numbers and run the hash functions on it. Also contains subfolder Maps with hashtable implementation of a Map. See ReadMe file therein for details.