You are asked to build a Hash Table to store entries where the keys are Strings. Describe the best hash code map to use for this task. Use the hash code map to generate hash codes for the following strings: 1. new 2. old
Reminder: the ASCII code values for the letters of the alphabet are {'a': 97, 'b': 98, 'c': 99, ...}