Skip to content

Spell checker based on hash table. C implementation

Notifications You must be signed in to change notification settings

ssenchenko/Spell-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spell Checker

C implementation of the spelling checker

Data structure - hash table with chaining (close addressing). Chaining implemented through double linked list.

Dictionary is fully loaded in the beginning.

About

Spell checker based on hash table. C implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published