Skip to content

aswin2108/spell-checker-c

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spell-Checker in C 💻

This code is a simple and efficient implementation of the widely used spell-checking software.

Here in my program, I have first stored all the words in the dictionary.txt using a trie. Then to check the spelling of the word we iterate through the same trie. To suggest correct words, here I have used Trie and Levenshtein distance algorithm.

This is the sample output of the code:

image

To know more about the code refer to the article I have written on it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%