Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 317 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 317 Bytes

Spell-Checker

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...?").