mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 15:31:43 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"57.3K\", \"totalSubmission\": \"160.2K\", \"totalAcceptedRaw\": 57318, \"totalSubmissionRaw\": 160160, \"acRate\": \"35.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"57.3K\", \"totalSubmission\": \"160.2K\", \"totalAcceptedRaw\": 57318, \"totalSubmissionRaw\": 160161, \"acRate\": \"35.8%\"}",
|
||||
"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