mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 15:31:43 +08:00
update
This commit is contained in:
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"2.9K\", \"totalSubmission\": \"4.9K\", \"totalAcceptedRaw\": 2889, \"totalSubmissionRaw\": 4892, \"acRate\": \"59.1%\"}",
|
||||
"stats": "{\"totalAccepted\": \"2.9K\", \"totalSubmission\": \"4.9K\", \"totalAcceptedRaw\": 2891, \"totalSubmissionRaw\": 4896, \"acRate\": \"59.0%\"}",
|
||||
"hints": [
|
||||
"Use Breadth First Search (BFS) to traverse all possible boxes you can open. Only push to the queue the boxes the you have with their keys."
|
||||
],
|
||||
|
Reference in New Issue
Block a user