Skip to content

RichGitCoding/EditDistance

Repository files navigation

EditDistance

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.

About

Gets edit distance between 2 strings

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages