Compilation Instructions:
- Download all files.
- Using the terminal, access directory where files have been saved.
- Type 'make' on the command line.
- Once compiled successfully, use "./a2 spell words-1M.txt < jabberwocky.txt" to run the program.
Both "words-1M.txt" and "jabberwocky.txt" can be replaced with any text file containing a dictionary or list of words so long as both files have been formatted such that there is one word per line within the files and all the words are lowercase.
Bonus algorithmic analysis of the spell corrector contained in PDF.