We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bc358c commit 1c2e11fCopy full SHA for 1c2e11f
number-of-1-bits/mandel-17.py
@@ -8,4 +8,3 @@ def hammingWeight(self, n: int) -> int:
8
n = n // 2
9
cnt_dict = collections.Counter(two_digit)
10
return cnt_dict[1]
11
-
0 commit comments