Skip to content

Edit distance algorithm implemented using C++ to calculate edit distance between two words and alignment.

Notifications You must be signed in to change notification settings

hardikbhawsar/Edit-Distance-CPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Edit-Distance

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

  1. Open the terminal in the folder where file is present.
  2. In terminal enter following commands:
  3. g++ CPSC485_hardik_bhawsar.cpp
  4. ./a.out
  5. Enter the first word: word1
  6. Enter the second word: word2

About

Edit distance algorithm implemented using C++ to calculate edit distance between two words and alignment.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages