Skip to content

Commit 42f08a6

Browse files
committed
solve: sum of two integers
1 parent 14c1201 commit 42f08a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sum-of-two-integers/wogha95.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* TC: O(Bit)
33
* 올림 비트가 0일때까지 while을 실행하게된다.
44
*
5-
* SC: O(1)
5+
* SC: O(log(max(a, b)))
66
*
77
* Bit: 2진수 a 와 b 중 비트 길이가 긴 것의 비트 길이
88
*/

0 commit comments

Comments
 (0)