0 Forks
0 Stars
0 Watchers

CS221-Lab-Project

A program that implements a simple spelling checker. The two data structures used are a trie to store a dictionary of words and a linked list to store a list of misspelled words. The program reads in a document , checks each word against the dictionary, and add any words that are not found in the dictionary list to the list of misspellings.

How to download and setup CS221-Lab-Project

Open terminal and run command
git clone https://github.com/mahnooramir25/CS221-Lab-Project.git
git clone is used to create a copy or clone of CS221-Lab-Project repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with CS221-Lab-Project https://github.com/mahnooramir25/CS221-Lab-Project/archive/master.zip

Or simply clone CS221-Lab-Project with SSH
[email protected]:mahnooramir25/CS221-Lab-Project.git

If you have some problems with CS221-Lab-Project

You may open issue on CS221-Lab-Project support forum (system) here: https://github.com/mahnooramir25/CS221-Lab-Project/issues