Exercise 2


In this exercise, you will write a spellchecker. The input to your program will be a single word, which you will compare against a dictionary of words. The output should all the words in the dictionary that are "close in spelling" to the input word. We will define close as follows: Words w1 and w2 are close in spelling if any one of the following is true:

To get started:

Developing your program:

Submission:

What else is due: