Skip to content

Commit 7934db9

Browse files
author
mykoo
committed
number-of-1-bits SC 수정
1 parent 64f2d08 commit 7934db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

number-of-1-bits/GUMUNYEONG.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ var hammingWeight = function (n) {
1414
};
1515

1616
// TC: O(log n)
17-
// SC: O(log n)
17+
// SC: O(1)

0 commit comments

Comments
 (0)