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\": \"6.7K\", \"totalSubmission\": \"10.7K\", \"totalAcceptedRaw\": 6687, \"totalSubmissionRaw\": 10666, \"acRate\": \"62.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"6.7K\", \"totalSubmission\": \"10.7K\", \"totalAcceptedRaw\": 6688, \"totalSubmissionRaw\": 10667, \"acRate\": \"62.7%\"}",
|
||||
"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