Text-based implementation of a spell checker in C
How to use: bin/spellcheck [filename] [optional dictionary]
Example: bin/spellcheck SpellCheck/test/test-files/tolstoy.txt
Uses a custom hash function to hash words and load them into a hash table. Polynomial hashing with separate chaining