matthewsamuel95 / ACM-ICPC-Algorithms

Algorithms used in Competitive Programming
2.1k stars 1.27k forks source link

Create HammingDistance.java #609

Closed ibnahmadbello closed 6 years ago

ibnahmadbello commented 6 years ago

This file calculate the Hamming Distance between two string using charAt() method in java.