The next homework assignment of the semester is to experiment with hashing. To this end, we will 1. Store strings 2. The size of the array of strings should be a prime number 3. Generate random strings of random lengths Generate a random number between 0 and 25 and add 97 to the result to get a lower case character 4. Design a hash function: Perhaps something like the following: unsigned hash(string key, int table) { unsigned hashVal=0; for (int i=2; i