Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 269 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 269 Bytes

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