mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"23.4K\", \"totalSubmission\": \"60.5K\", \"totalAcceptedRaw\": 23354, \"totalSubmissionRaw\": 60501, \"acRate\": \"38.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"23.4K\", \"totalSubmission\": \"60.5K\", \"totalAcceptedRaw\": 23356, \"totalSubmissionRaw\": 60504, \"acRate\": \"38.6%\"}",
|
||||
"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