Skip to content

Commit 57b0dd2

Browse files
committed
Update palindrome-permutation.py
1 parent 2d8f5fb commit 57b0dd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/palindrome-permutation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Time: O(n)
2-
# Space: O(n)
2+
# Space: O(1)
33

44
class Solution(object):
55
def canPermutePalindrome(self, s):

0 commit comments

Comments
 (0)