Skip to content

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.

Notifications You must be signed in to change notification settings

mahnooramir25/CS221-Lab-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 adds any words that are not found in the dictionary list to the list of misspelled words.
Course: CS221-Lab (Data Structures and Algorithms)
University: Ghulam Ishaq Khan Institute of Engineering Sciences and Technology
Instructor: Sir Usama Janjua
Group Members:
Muhammad Sameer Shahzad (2021451)
Ahmad Farid Sukhera (2021059)
Hamza Zuberi (2021193)
Mahnoor Amir (2021276)

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages