mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 1910,
|
||||
"likes": 1912,
|
||||
"dislikes": 84,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Equal Sum Arrays With Minimum Number of Operations\", \"titleSlug\": \"equal-sum-arrays-with-minimum-number-of-operations\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Find Missing Observations\", \"titleSlug\": \"find-missing-observations\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
@@ -137,7 +137,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"99.4K\", \"totalSubmission\": \"208.5K\", \"totalAcceptedRaw\": 99379, \"totalSubmissionRaw\": 208539, \"acRate\": \"47.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"99.6K\", \"totalSubmission\": \"209K\", \"totalAcceptedRaw\": 99634, \"totalSubmissionRaw\": 208992, \"acRate\": \"47.7%\"}",
|
||||
"hints": [
|
||||
"Use dynamic programming. The states are how many dice are remaining, and what sum total you have rolled so far."
|
||||
],
|
||||
|
Reference in New Issue
Block a user