We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14c1201 commit 42f08a6Copy full SHA for 42f08a6
sum-of-two-integers/wogha95.js
@@ -2,7 +2,7 @@
2
* TC: O(Bit)
3
* 올림 비트가 0일때까지 while을 실행하게된다.
4
*
5
- * SC: O(1)
+ * SC: O(log(max(a, b)))
6
7
* Bit: 2진수 a 와 b 중 비트 길이가 긴 것의 비트 길이
8
*/
0 commit comments