Skip to content

Commit 647240e

Browse files
authored
Update confusing-number.cpp
1 parent 490fb90 commit 647240e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

C++/confusing-number.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Time: O(logn)
2-
// Space: O(1)
2+
// Space: O(logn)
33

44
class Solution {
55
public:

0 commit comments

Comments
 (0)