Last active
April 5, 2017 19:13
-
-
Save VojtaStavik/ea9e1c2c33cc2aaa5bc5b81b5db981a0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
func calculateHammingDistance(x: Int, y: Int) -> Int { | |
// Step 1: Find different bits | |
// Step 2: Count them | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment