Link to home
Start Free TrialLog in
Avatar of dshrenik
dshrenikFlag for United States of America

asked on

Hamming Distance code (Java)

Does anyone have the code to find the hamming distance between 2 strings, in Java?
ASKER CERTIFIED SOLUTION
Avatar of CEHJ
CEHJ
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of dshrenik

ASKER

Is it possible to code that accepts just 2 words as arguments?
:)

>>Is it possible to code that accepts just 2 words as arguments?

Just call distance in that code