mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-10-21 21:16:45 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"9K\", \"totalSubmission\": \"14.7K\", \"totalAcceptedRaw\": 8972, \"totalSubmissionRaw\": 14679, \"acRate\": \"61.1%\"}",
|
||||
"stats": "{\"totalAccepted\": \"9.5K\", \"totalSubmission\": \"15.7K\", \"totalAcceptedRaw\": 9532, \"totalSubmissionRaw\": 15717, \"acRate\": \"60.6%\"}",
|
||||
"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