Functions | |
int | needlemanWunschScore (std::string s1, std::string s2) |
Calculates a similarity score of s1 and s2 based on the Needleman-Wunsch string alignment algorithm. | |
|
inline |
Calculates a similarity score of s1 and s2 based on the Needleman-Wunsch string alignment algorithm.
s1 | |
s2 |