Skip to content

Commit 49339cc

Browse files
author
mykoo
committed
GUMUNYEONG : 마지막줄 개행 추가
1 parent f3b80dc commit 49339cc

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(log n)

0 commit comments

Comments
 (0)