mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"15K\", \"totalSubmission\": \"28.8K\", \"totalAcceptedRaw\": 14992, \"totalSubmissionRaw\": 28780, \"acRate\": \"52.1%\"}",
|
||||
"stats": "{\"totalAccepted\": \"15K\", \"totalSubmission\": \"28.8K\", \"totalAcceptedRaw\": 14996, \"totalSubmissionRaw\": 28784, \"acRate\": \"52.1%\"}",
|
||||
"hints": [
|
||||
"Create a 2D array to represent the grid. Can you mark the tiles that can be seen by a guard?",
|
||||
"Iterate over the guards, and for each of the 4 directions, advance the current tile and mark the tile. When should you stop advancing?"
|
||||
|
Reference in New Issue
Block a user