Skip to content

Commit 6ceb08f

Browse files
authored
Update decrypt-string-from-alphabet-to-integer-mapping.cpp
1 parent 0ce771e commit 6ceb08f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

C++/decrypt-string-from-alphabet-to-integer-mapping.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class Solution2 {
5353
};
5454

5555
// Time: O(n)
56-
// Space: O(n)
56+
// Space: O(1)
5757
// regex solution
5858
class Solution3 {
5959
public:

0 commit comments

Comments
 (0)