1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 15:31:43 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -40,7 +40,7 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"990\", \"totalSubmission\": \"1.9K\", \"totalAcceptedRaw\": 990, \"totalSubmissionRaw\": 1928, \"acRate\": \"51.3%\"}",
"stats": "{\"totalAccepted\": \"1K\", \"totalSubmission\": \"2.1K\", \"totalAcceptedRaw\": 1042, \"totalSubmissionRaw\": 2058, \"acRate\": \"50.6%\"}",
"hints": [
"Run BFS starting from the '*' position.",
"Keep the current number of the steps as a state in the queue.",