mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"26.3K\", \"totalSubmission\": \"43.2K\", \"totalAcceptedRaw\": 26281, \"totalSubmissionRaw\": 43214, \"acRate\": \"60.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"26.3K\", \"totalSubmission\": \"43.2K\", \"totalAcceptedRaw\": 26282, \"totalSubmissionRaw\": 43216, \"acRate\": \"60.8%\"}",
|
||||
"hints": [
|
||||
"For each substring calculate the minimum number of steps to make it palindrome and store it in a table.",
|
||||
"Create a dp(pos, cnt) which means the minimum number of characters changed for the suffix of s starting on pos splitting the suffix on cnt chunks."
|
||||
|
Reference in New Issue
Block a user