Skip to content

Commit 0ce771e

Browse files
authored
Update decrypt-string-from-alphabet-to-integer-mapping.py
1 parent 46cb34d commit 0ce771e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/decrypt-string-from-alphabet-to-integer-mapping.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def alpha(num):
4747
return "".join(reversed(result))
4848

4949
# Time: O(n)
50-
# Space: O(n)
50+
# Space: O(1)
5151
import re
5252

5353

0 commit comments

Comments
 (0)