Skip to content

Commit 2bc358c

Browse files
authored
Update mandel-17.py
1 parent 4fb9813 commit 2bc358c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

number-of-1-bits/mandel-17.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ def hammingWeight(self, n: int) -> int:
88
n = n // 2
99
cnt_dict = collections.Counter(two_digit)
1010
return cnt_dict[1]
11-
11+

0 commit comments

Comments
 (0)