mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Hard",
|
||||
"likes": 735,
|
||||
"dislikes": 62,
|
||||
"likes": 766,
|
||||
"dislikes": 65,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Minimum Falling Path Sum\", \"titleSlug\": \"minimum-falling-path-sum\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[[1,2,3],[4,5,6],[7,8,9]]\n[[7]]",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"26.9K\", \"totalSubmission\": \"43.8K\", \"totalAcceptedRaw\": 26891, \"totalSubmissionRaw\": 43796, \"acRate\": \"61.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"27.6K\", \"totalSubmission\": \"45.2K\", \"totalAcceptedRaw\": 27631, \"totalSubmissionRaw\": 45207, \"acRate\": \"61.1%\"}",
|
||||
"hints": [
|
||||
"Use dynamic programming.",
|
||||
"Let dp[i][j] be the answer for the first i rows such that column j is chosen from row i.",
|
||||
|
Reference in New Issue
Block a user