Status: IN
`hammingDistance` computes Hamming distance as popcount of XOR (`bin(x ^ y).count('1')`); any change to either the XOR or the popcount step would break correctness.
Source: entries/2026/06/06/hamming-distance-solution.md
JSON