03.01.2015 Views

Dynamic Programing

Dynamic Programing

Dynamic Programing

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Alignment Operation<br />

Transforming one string into the other by a series of edit operations on individual characters<br />

Edit operations was first introduced in the edit distance concept by Levenshtein 1966.<br />

• Insertion (I) of a character into the first string<br />

• Deletion (D) of a character from the first string<br />

• Substitution (S) of a character in the first string that mismatches the<br />

aligned character in the second string<br />

• Match (M) of a character in the first strings with a character in the<br />

second string

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!