Skip to content

Commit 1c2e11f

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

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

0 commit comments

Comments
 (0)