Skip to content

this C++ program functions as a spell checker, utilizing a custom hash table and linked list data structures. The program reads in a predefined dictionary of correctly spelled words and a sample text file, then proceeds to check each word in the text file against the dictionary.

Notifications You must be signed in to change notification settings

MadHatter1999/Encryption-Hashing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

About

this C++ program functions as a spell checker, utilizing a custom hash table and linked list data structures. The program reads in a predefined dictionary of correctly spelled words and a sample text file, then proceeds to check each word in the text file against the dictionary.

Topics

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published