Problem:
Please find the problem here.
Solution:
To compute the Hamming distance, we walk the strings together and count the number of differences.
Code:
Copyright (c) 2024 Andrew Au