mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 15:31:43 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"4.3K\", \"totalSubmission\": \"12K\", \"totalAcceptedRaw\": 4346, \"totalSubmissionRaw\": 11985, \"acRate\": \"36.3%\"}",
|
||||
"stats": "{\"totalAccepted\": \"4.3K\", \"totalSubmission\": \"12K\", \"totalAcceptedRaw\": 4347, \"totalSubmissionRaw\": 11990, \"acRate\": \"36.3%\"}",
|
||||
"hints": [
|
||||
"If the string does not contain any palindromic substrings of lengths 2 and 3, then the string does not contain any palindromic substrings at all.",
|
||||
"Iterate from right to left and if it is possible to increase character at index i without creating any palindromic substrings of lengths 2 and 3, then increase it.",
|
||||
|
Reference in New Issue
Block a user