mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-10-22 05:26:46 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"15.6K\", \"totalSubmission\": \"42.4K\", \"totalAcceptedRaw\": 15589, \"totalSubmissionRaw\": 42434, \"acRate\": \"36.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"15.6K\", \"totalSubmission\": \"42.5K\", \"totalAcceptedRaw\": 15605, \"totalSubmissionRaw\": 42477, \"acRate\": \"36.7%\"}",
|
||||
"hints": [
|
||||
"Use BFS.",
|
||||
"BFS on (x,y,r) x,y is coordinate, r is remain number of obstacles you can remove."
|
||||
|
||||
Reference in New Issue
Block a user