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 5f65c66 commit e0d4bd9Copy full SHA for e0d4bd9
number-of-1-bits/ymir0804.java
@@ -1,5 +1,3 @@
1
-import java.util.List;
2
-
3
class Solution {
4
public int hammingWeight(int n) {
5
int result = 1;
0 commit comments