Aug. 27, 2012, midnight by Rosalind Team
Topics: Alignment, Dynamic Programming
Penalizing Large Insertions and Deletions
In a constant gap penalty, every gap receives some predetermined constant penalty, regardless of its length. Thus, the insertion or deletion of 1000 contiguous symbols is penalized equally to that of a single symbol.
Given: Two protein strings
Return: The maximum alignment score between
>Rosalind_79 PLEASANTLY >Rosalind_41 MEANLY
13