Prepare for Lab exercise 11:
- Using modulus arithmetic to compute hash table locations from keys
- Iterating through a string key to compute a table location
- How to avoid two permutations of the same string hashing to the same location
- Using an iterator to search a hash table chain for a key
- Using the LinkedList class's remove method to remove a
hash table element from a chain