Venkatavaradan-R / Spell_Checker

implementing a spell checker using C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

implementing a spell checker using C


Languages

Language:C 93.2%Language:Makefile 6.8%