Skip to content

Commit 5fc2789

Browse files
authored
Update ternary-expression-parser.cpp
1 parent 3a65645 commit 5fc2789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

C++/ternary-expression-parser.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Time: O(n)
2-
// Space: O(n)
2+
// Space: O(1)
33

44
class Solution {
55
public:

0 commit comments

Comments
 (0)