mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-07 00:11:41 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 126,
|
||||
"likes": 128,
|
||||
"dislikes": 26,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"9.5K\", \"totalSubmission\": \"22.6K\", \"totalAcceptedRaw\": 9522, \"totalSubmissionRaw\": 22589, \"acRate\": \"42.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"9.6K\", \"totalSubmission\": \"22.7K\", \"totalAcceptedRaw\": 9583, \"totalSubmissionRaw\": 22733, \"acRate\": \"42.2%\"}",
|
||||
"hints": [
|
||||
"The intended solution uses Dynamic Programming.",
|
||||
"Let <code>dp[i]</code> denote the minimum number of coins, such that we bought <code>i<sup>th</sup></code> fruit and acquired all the fruits in the range <code>[i...n]</code>.",
|
||||
|
Reference in New Issue
Block a user