Skip to content

Commit e849508

Browse files
committed
feat: 줄바꿈 누락 추가
1 parent 1b713c4 commit e849508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

valid-palindrome/unpo88.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ def isPalindrome(self, s: str) -> bool:
6363
6464
4. 시간 복잡도: O(n) - 문자열을 한 번만 순회
6565
5. 공간 복잡도: O(1) - 추가 공간 사용 없음 (포인터 2개만 사용)
66-
"""
66+
"""

0 commit comments

Comments
 (0)