mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-08 08:51:42 +08:00
update
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"23K\", \"totalSubmission\": \"63.9K\", \"totalAcceptedRaw\": 23030, \"totalSubmissionRaw\": 63854, \"acRate\": \"36.1%\"}",
|
||||
"stats": "{\"totalAccepted\": \"23K\", \"totalSubmission\": \"63.9K\", \"totalAcceptedRaw\": 23034, \"totalSubmissionRaw\": 63875, \"acRate\": \"36.1%\"}",
|
||||
"hints": [
|
||||
"为了让机器人到最后一个格子,必须找出到倒数第二个格子的路径。为了到倒数第二个格子,必须找出到倒数第三个格子的路径。",
|
||||
"首先明确是否有路径,以便稍微简化这个问题。然后,修改你的算法跟踪路径。",
|
||||
|
Reference in New Issue
Block a user