mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"36K\", \"totalSubmission\": \"58.6K\", \"totalAcceptedRaw\": 36014, \"totalSubmissionRaw\": 58568, \"acRate\": \"61.5%\"}",
|
||||
"stats": "{\"totalAccepted\": \"36K\", \"totalSubmission\": \"58.6K\", \"totalAcceptedRaw\": 36016, \"totalSubmissionRaw\": 58570, \"acRate\": \"61.5%\"}",
|
||||
"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