mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 1270,
|
||||
"dislikes": 251,
|
||||
"likes": 1300,
|
||||
"dislikes": 252,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Stone Game V\", \"titleSlug\": \"stone-game-v\", \"difficulty\": \"Hard\", \"translatedTitle\": null}, {\"title\": \"Stone Game VI\", \"titleSlug\": \"stone-game-vi\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Stone Game VII\", \"titleSlug\": \"stone-game-vii\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Stone Game VIII\", \"titleSlug\": \"stone-game-viii\", \"difficulty\": \"Hard\", \"translatedTitle\": null}, {\"title\": \"Stone Game IX\", \"titleSlug\": \"stone-game-ix\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[2,7,9,4,4]\n[1,2,3,4,5,100]",
|
||||
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"38.3K\", \"totalSubmission\": \"59K\", \"totalAcceptedRaw\": 38296, \"totalSubmissionRaw\": 58983, \"acRate\": \"64.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"39K\", \"totalSubmission\": \"60.1K\", \"totalAcceptedRaw\": 39020, \"totalSubmissionRaw\": 60115, \"acRate\": \"64.9%\"}",
|
||||
"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