Given the task to create a hased based dictionary for my ADT class at school.
Brief overview over assignment task - "In this task, you will implement a program that creates an English dictionary. You will implement a hash table to store the dictionary. The hash table will be indexed via the words in the English language. The dictionary will store the definition of the words for doing lookups after the dictionary is built."