Skip to content

archambaultkm/SpellChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PROG2400-Assignment3

Notes:

Beginning the assignment:

  1. Open CLion.
  2. Clone this assignment to a folder on your external harddrive, OneDrive, or other convenient location.
  3. CLion should open and allow you to start.

Submitting the assignment:

  1. Complete the question from the 'Assignment 3 - Spell Checker.pdf' file.
  2. Generate a single PDF of all source files (.cpp/.h) by using "File->Print" in CLion.
  3. Upload the PDF to the Brightspace assignment folder by the deadline.
  4. Make sure all source files are added to Git in CLion.
  5. To test your program, perform the following steps:
    • Run your program using 'test.txt' as the target document and 'dictionary.txt' as the dictionary file.
    • Clearly view the output identifying the misspelled words.
    • Open the balanced tree file in an editor to view the results.
    • Ensure that the entire balanced tree can be easily be seen with appropriate indentation.
    • Save the tree file in the 'output' folder.
    • (all above test files are located in the 'tests' folder)
  6. Include all created files in your final commit.
  7. For your final commit, use the description "assignment completed".
  8. Push the final submission to GitHub by the deadline.

If you have any questions about this process, please ask your instructor!

About

Identify and offer suggestions for misspelled words in a text document using a Binary Search Tree

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published