mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -167,7 +167,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"14.1K\", \"totalSubmission\": \"33.5K\", \"totalAcceptedRaw\": 14094, \"totalSubmissionRaw\": 33477, \"acRate\": \"42.1%\"}",
|
||||
"stats": "{\"totalAccepted\": \"14.1K\", \"totalSubmission\": \"33.5K\", \"totalAcceptedRaw\": 14097, \"totalSubmissionRaw\": 33480, \"acRate\": \"42.1%\"}",
|
||||
"hints": [
|
||||
"Could you determine the rank of every item efficiently?",
|
||||
"We can perform a breadth-first search from the starting position and know the length of the shortest path from start to every item.",
|
||||
|
Reference in New Issue
Block a user