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 64f2d08 commit 7934db9Copy full SHA for 7934db9
number-of-1-bits/GUMUNYEONG.js
@@ -14,4 +14,4 @@ var hammingWeight = function (n) {
14
};
15
16
// TC: O(log n)
17
-// SC: O(log n)
+// SC: O(1)
0 commit comments