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 4fb9813 commit 2bc358cCopy full SHA for 2bc358c
number-of-1-bits/mandel-17.py
@@ -8,4 +8,4 @@ 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