1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 07:21:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 16:56:27 +08:00
parent e730aa6794
commit ad15da05aa
2517 changed files with 7358 additions and 7332 deletions

View File

@@ -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."
],