CPSC250A Assignment 1100 - Spell Check

Due Monday October 31

Details

For this assignment write a program that performs a spell check on a text file. The program should:

Be sure to test your code on multiple examples and on the cs server.

Extra Credit

Add correct spelling suggestions to your program. Find a word in the AVL tree with the longest prefix that matches the misspelled word and print it.

Submission

Tar your code in a file that contains your name and submit it on course Inquire site.