Skip to content

A simple spellchecker that uses hash table chaining for storing all the words. Made for CPSC 2121 lab

Notifications You must be signed in to change notification settings

lrboyer/Spellchecker-using-hashtable-chaining-cpp

Repository files navigation

Spellchecker-using-hash-table-cpp

To use type ./lab5 or compile it then run it

Has options to input words, add words from a file, remove words, find words, and to spellcheck

Already has some wordlist in the folder wordlist.txt is recommended for spellchecking has over 170,000 words in it

About

A simple spellchecker that uses hash table chaining for storing all the words. Made for CPSC 2121 lab

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages