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": 1347,
|
||||
"dislikes": 75,
|
||||
"likes": 1421,
|
||||
"dislikes": 82,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Minimum Path Sum\", \"titleSlug\": \"minimum-path-sum\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Minimize the Difference Between Target and Chosen Elements\", \"titleSlug\": \"minimize-the-difference-between-target-and-chosen-elements\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[[1,2,3],[1,5,1],[3,1,1]]\n[[1,5],[2,3],[4,2]]",
|
||||
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"32.3K\", \"totalSubmission\": \"92K\", \"totalAcceptedRaw\": 32336, \"totalSubmissionRaw\": 92028, \"acRate\": \"35.1%\"}",
|
||||
"stats": "{\"totalAccepted\": \"35.3K\", \"totalSubmission\": \"100K\", \"totalAcceptedRaw\": 35321, \"totalSubmissionRaw\": 100011, \"acRate\": \"35.3%\"}",
|
||||
"hints": [
|
||||
"Try using dynamic programming.",
|
||||
"dp[i][j] is the maximum number of points you can have if points[i][j] is the most recent cell you picked."
|
||||
|
Reference in New Issue
Block a user