Skip to content

el239/hamming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hamming

To test alternative sequences, the strings in the main method may be instantiated differently. Otherwise, simply running the program will display example results.

distance(String s1, String s2){ if the strings aren't of equal length: print error message return loop through the length of either string (they're equal) if the character at any given index deosn't match: increment count variable print statement including count

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages