Edit distance algorithm implemented using C++ to calculate edit distance between two words and alignment value.
Environment Requirement G++ compiler to compile code in c++ language
Commands to run
- Open the terminal in the folder where file is present.
- In terminal enter following commands:
- g++ CPSC485_hardik_bhawsar.cpp
- ./a.out
- Enter the first word: word1
- Enter the second word: word2