归档 2016年12月18日

LeetCode Weekly Contest 13解题报告

LeetCode Weekly Contest 13是LeetCode举办的第十六场正式周赛,共4道题目,比赛时长2小时。

比赛链接:https://leetcode.com/contest/leetcode-weekly-contest-13/

题解列表:

LeetCode 461. Hamming Distance

LeetCode 477. Total Hamming Distance

LeetCode 473. Matchsticks to Square

LeetCode 472. Concatenated Words

[LeetCode]Total Hamming Distance

题目描述:

LeetCode 477. Total Hamming Distance

The Hamming distance between two integers is the number of positions at which the corresponding bits are different.

Now your job is to find the total Hamming distance between all pairs of the given ...

继续阅读

昨天

明天

归档