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 74cea70 commit 1a194e7Copy full SHA for 1a194e7
valid-palindrome/reach0908.js
@@ -1,6 +1,6 @@
1
/**
2
* 시간복잡도: O(N)
3
- * 공간복잡도: O(N)
+ * 공간복잡도: O(1)
4
* @param {string} s
5
* @return {boolean}
6
*/
0 commit comments