CS221-Lab-Project

CS221-Lab-Project

mahnooramir25

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.

0 Stars
0 Forks
0 Watchers
C++ Language
Cost to Build
$25.2K
Market Value
$1.5K

Growth over time

2 data points  ·  2023-04-01 → 2025-09-01
Stars Forks Watchers
💬

How do you feel about this project?

Ask AI about CS221-Lab-Project

Question copied to clipboard

What is the mahnooramir25/CS221-Lab-Project GitHub project? Description: "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.". Written in C++. Explain what it does, its main use cases, key features, and who would benefit from using it.

Question is copied to clipboard — paste it after the AI opens.

How to clone CS221-Lab-Project

Clone via HTTPS

git clone https://github.com/mahnooramir25/CS221-Lab-Project.git

Clone via SSH

[email protected]:mahnooramir25/CS221-Lab-Project.git

Download ZIP

Download master.zip

Found an issue?

Report bugs or request features on the CS221-Lab-Project issue tracker:

Open GitHub Issues