Skip to content

Latest commit

 

History

History
executable file
·
5 lines (3 loc) · 287 Bytes

File metadata and controls

executable file
·
5 lines (3 loc) · 287 Bytes

Spell Checker Lab

==================

Spell checker loads a file of words to use as a dictionary and store them in a data structure. It will then load the words from a book and check whether each word is found in the dictionary. Words that are not found are assumed to be misspelled.