We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7504f13 commit dd26a7eCopy full SHA for dd26a7e
valid-palindrome/Chaedie.py
@@ -14,6 +14,7 @@
14
15
공간 복잡도:
16
1) string 배열 - O(n)
17
+ 2) string[::-1] - O(n)
18
19
결론: O(n) 입니다.
20
"""
0 commit comments