Hash-map spell checker written in C
Try it here: https://repl.it/@jessemckenna/spell-checker
Creates a hash-map dictionary from dictionary.txt file, then prompts the user for a word. If the word is misspelled, uses Levenshtein distance to suggest 5 potential correct spellings ("Did you mean...?").