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,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Hard",
|
||||
"likes": 734,
|
||||
"likes": 735,
|
||||
"dislikes": 62,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Minimum Falling Path Sum\", \"titleSlug\": \"minimum-falling-path-sum\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"26.9K\", \"totalSubmission\": \"43.7K\", \"totalAcceptedRaw\": 26850, \"totalSubmissionRaw\": 43701, \"acRate\": \"61.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"26.9K\", \"totalSubmission\": \"43.8K\", \"totalAcceptedRaw\": 26891, \"totalSubmissionRaw\": 43796, \"acRate\": \"61.4%\"}",
|
||||
"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