mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 15:31:43 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"14.8K\", \"totalSubmission\": \"25.4K\", \"totalAcceptedRaw\": 14848, \"totalSubmissionRaw\": 25449, \"acRate\": \"58.3%\"}",
|
||||
"stats": "{\"totalAccepted\": \"14.8K\", \"totalSubmission\": \"25.4K\", \"totalAcceptedRaw\": 14849, \"totalSubmissionRaw\": 25450, \"acRate\": \"58.3%\"}",
|
||||
"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