CEIS295 Complete Course Project – Fully commented code with screenshot and UML Diagram – Perfect Solution – Instance Delivery

Lab Price = $50
Please feel free to send us your queries at: [email protected]
Payment methods

Add to Cart

Buy Now

View Cart


Problem Statement

Course Project

Course Project
Objectives
With this project, you will exercise and enhance your abilities with the use of data structures and algorithms studied throughout our course, including array-based data structures, linked lists, searching algorithms, hashing, dictionaries, and algorithmic techniques. Based on the topics learned, you will design and implement your own solution for the given problem.
Problem Description
Write a spell checker that stores a set of words, W, in a hash table and implements a function, spellCheck(s), which performs a spell check on the string s with respect to the set of words, W.
If s is in W, then the call to spellCheck(s) returns an iterable collection that contains only s, because it is assumed to be spelled correctly in this case. Otherwise, if s is not in W, then the call to spellCheck(s) returns a list of every word in W that could be a correct spelling of s.
Your program should be able to handle all the common ways that s might be a misspelling of a word in W, including
• swapping adjacent characters in a word;
• inserting a single character in between two adjacent characters in a word;
• deleting a single character from a word; and
• replacing a character in a word with another character.
The input to your program will consist of the name of a text file, and strings of characters manually entered by the user. The text file will contain the set of words, W, one word per line, and should be read in the program when the program starts. The strings of characters input by the user will be used to test the hash table and the spellCheck function. The program will keep running the tests until the user enters the string “quit”.
Create classes SpellChecker and HashTable to implement the spell checker and the hash table, respectively. Create a UML class diagram that describes your class design.
Note: This exercise is a variation of Project P-9.1 in Chapter 9 of the textbook.
Guidelines
1. Create a folder and name it Project.
o Inside this folder, create the subfolders Docs and Programs.
o Place the UML diagram document, a text file with a set of words, and a screenshot of the execution window in the folder Docs. Place the source code files (i.e., .h and .cpp files) you created in the folder Programs. Do not submit other files or folders, including those automatically generated by the IDE.
o Compress the Project folder and submit the resulting zipped folder.
2. The deadline for submission is Sunday at midnight at the end of Week 7.
Grading Rubrics
Category Points % Description
Submission 7 7 The student has submitted the project solution using the requirements for deliverables specified in the project description.
Organization and Cohesiveness 7 7 Code is expected to be neat, organized, readable, and commented.
Content 86 86 • UML diagram: 16 points
• Implementation of HashTable class: 25 points
• Implementation of SpellChecker class: 25 points
• Testing the described operation: 20 points
Total 100 100 A quality project will meet or exceed all of the above requirements.
Best Practices
First of all, it is important to have a clear idea about what the problem is. Be sure you understand its parts and relationships. Second, think carefully about the data-structuring portion of the project, because there are a number of variables to take into consideration. Third, as a software project, a design is required before starting the implementation, so make sure your UML class diagram is not missing any important components. Finally, test your project components, from the individual units to the entire system.

Relevant Material
Screenshots
CourseProject: Screenshot
CourseProject: Screenshot

CourseProject: UML Diagram
CourseProject: UML Diagram
Instructions
* If you want to purchase multiple products then click on “Buy Now” button which will give you ADD TO CART option.Please note that the payment is done through PayPal.
* You can also use 2CO option if you want to purchase through Credit Cards/Paypal but make sure you put the correct billing information otherwise you wont be able to receive any download link.
* Your paypal has to be pre-loaded in order to complete the purchase or otherwise please discuss it with us at [email protected].
* As soon as the payment is received, download link of the solution will automatically be sent to the address used in selected payment method.
* Please check your junk mails as the download link email might go there and please be patient for the download link email. Sometimes, due to server congestion, you may receive download link with a delay.
* All the contents are compressed in one zip folder.
* In case if you get stuck at any point during the payment process, please immediately contact us at [email protected] and we will fix it with you.
* We try our best to reach back to you on immediate basis. However, please wait for atleast 8 hours for a response from our side. Afterall, we are humans.
* Comments/Feedbacks are truely welcomed and there might be some incentives for you for the next lab/quiz/assignment.
* In case of any query, please donot hesitate to contact us at [email protected].
* MOST IMPORTANT Please use the tutorials as a guide and they need NOT to be used for any submission. Just take help from the material.
******************************************** Good Luck ***************************************************
Privacy Policy
We take your privacy seriously and will take all measures to protect your personal information.
Any personal information received will only be used to fill your order. We will not sell or redistribute your information to anyone.
Refund Policy
Incase you face any issues with the tutorial, please free to contact us on [email protected]
We will try our best to resolve the issue and if still persists we can discuss for a refund in case its required.
Payment Details
Lab Price = $50
Please feel free to send us your queries at: [email protected]

Payment methods

Add to Cart

Buy Now

View Cart

Leave a Reply