Use bit manipulation, compare it bit-wise, then move 1 bit for each.
leetcode-461-Hamming Distance
最新推荐文章于 2020-09-24 18:10:06 发布
Use bit manipulation, compare it bit-wise, then move 1 bit for each.