1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 23:11:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

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