/Spell_Checker

implementing a spell checker using C

Primary LanguageC

Spell_Corrector

implementing a spell checker using C

TO RUN: put all files into the same dir to compile, use the command :

make

to view output do: ./output

and to remove unnecessary .o files do: make clean

status: incomplete the search trie fn isnt working