Rosalind - Counting Point Mutations

rosalind

Problem:

Please find the problem here.

Solution:

To compute the Hamming distance, we walk the strings together and count the number of differences.

Code: