MCPcopy
hub / github.com/jwasham/practice-python / bits.py

File bits.py

bit_manipulation/bits.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1def hamming_distance(x, y):
2 difference = x ^ y
3 count = 0
4 while difference:

Callers

nothing calls this directly

Calls 1

mainFunction · 0.70

Tested by

no test coverage detected