mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 16:01:41 +08:00
update
This commit is contained in:
@@ -167,7 +167,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"78.5K\", \"totalSubmission\": \"148.7K\", \"totalAcceptedRaw\": 78461, \"totalSubmissionRaw\": 148729, \"acRate\": \"52.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"78.5K\", \"totalSubmission\": \"148.8K\", \"totalAcceptedRaw\": 78480, \"totalSubmissionRaw\": 148775, \"acRate\": \"52.8%\"}",
|
||||
"hints": [
|
||||
"Can we use Dynamic Programming here?",
|
||||
"Define DP[i] as the min extra character if breaking up s[0:i] optimally."
|
||||
|
Reference in New Issue
Block a user