Gets edit distance between 2 strings Credit author if used.
Repeatedly read 2 strings from the user. The strings must be separated by a space. The program will compute the edit distance between them, print the cost table, the cost and the alignment.
After that, read 2 file names (one for a dictionary file and one for a test file) and spell-check all the words in the test file using the spellings in the dictionary file.