lrboyer / Spellchecker-using-hashtable-chaining-cpp

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C++ 100.0%