Skip to content

Commit 6a7eccf

Browse files
authored
Errata
Errata
1 parent 5960de9 commit 6a7eccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

valid-palindrome/joon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
class Solution:
55
# Time: O(n)
6-
# Space: O(1)
6+
# Space: O(n)
77
def isPalindrome(self, s: str) -> bool:
88
# 1. Convert string
99
# Time: O(n)

0 commit comments

Comments
 (0)