mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 23:11:41 +08:00
update
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"3.8K\", \"totalSubmission\": \"9.1K\", \"totalAcceptedRaw\": 3777, \"totalSubmissionRaw\": 9112, \"acRate\": \"41.5%\"}",
|
||||
"stats": "{\"totalAccepted\": \"3.8K\", \"totalSubmission\": \"9.1K\", \"totalAcceptedRaw\": 3780, \"totalSubmissionRaw\": 9115, \"acRate\": \"41.5%\"}",
|
||||
"hints": [
|
||||
"The grid is at a maximum 500 x 500, so it is clever to assume that the robot's initial cell is grid[501][501]",
|
||||
"Run a DFS from the robot's position to make sure that you can reach the target, otherwise you should return -1.",
|
||||
|
Reference in New Issue
Block a user