mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-10-21 21:16:45 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"7.9K\", \"totalSubmission\": \"12K\", \"totalAcceptedRaw\": 7869, \"totalSubmissionRaw\": 11998, \"acRate\": \"65.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"7.9K\", \"totalSubmission\": \"12K\", \"totalAcceptedRaw\": 7885, \"totalSubmissionRaw\": 12017, \"acRate\": \"65.6%\"}",
|
||||
"hints": [
|
||||
"Use dynamic programming: the states are (i, m) for the answer of piles[i:] and that given m."
|
||||
],
|
||||
|
Reference in New Issue
Block a user