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 c36dd0c commit 203d69cCopy full SHA for 203d69c
1 file changed
number-of-1-bits/mrlee7.py
@@ -6,4 +6,3 @@ def hammingWeight(self, n: int) -> int:
6
result += n % 2
7
n //= 2
8
return result
9
-
0 commit comments