
The Hamming Distance
二つの2進数の間のハミング距離は異なるビットの数である。 (ウィキペディア「ハミング距離」). 例えば:
117 = 0 1 1 1 0 1 0 1 17 = 0 0 0 1 0 0 0 1 H = 0+1+1+0+0+1+0+0 = 3
...
You should be an authorized user in order to see the full description and start solving this mission.
二つの2進数の間のハミング距離は異なるビットの数である。 (ウィキペディア「ハミング距離」). 例えば:
117 = 0 1 1 1 0 1 0 1 17 = 0 0 0 1 0 0 0 1 H = 0+1+1+0+0+1+0+0 = 3
...