Skip to content

Commit 0e70ec3

Browse files
authored
Update palindrome-partitioning-iv.cpp
1 parent 35ed2d4 commit 0e70ec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

C++/palindrome-partitioning-iv.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class Solution {
5252
};
5353

5454
// Time: O(n^2)
55-
// Space: O(n)
55+
// Space: O(n^2)
5656
class Solution2 {
5757
public:
5858
bool checkPartitioning(string s) {

0 commit comments

Comments
 (0)