mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"3.2K\", \"totalSubmission\": \"5.2K\", \"totalAcceptedRaw\": 3157, \"totalSubmissionRaw\": 5231, \"acRate\": \"60.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"3.2K\", \"totalSubmission\": \"5.2K\", \"totalAcceptedRaw\": 3163, \"totalSubmissionRaw\": 5238, \"acRate\": \"60.4%\"}",
|
||||
"hints": [
|
||||
"Use dynammic programming, define DP[i][j][k]: The maximum cherries that both robots can take starting on the ith row, and column j and k of Robot 1 and 2 respectively."
|
||||
],
|
||||
|
Reference in New Issue
Block a user