mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"5.5K\", \"totalSubmission\": \"18.6K\", \"totalAcceptedRaw\": 5454, \"totalSubmissionRaw\": 18563, \"acRate\": \"29.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"5.5K\", \"totalSubmission\": \"18.6K\", \"totalAcceptedRaw\": 5456, \"totalSubmissionRaw\": 18565, \"acRate\": \"29.4%\"}",
|
||||
"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