1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 07:21:40 +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

@@ -11,7 +11,7 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 1043,
"likes": 1081,
"dislikes": 21,
"isLiked": null,
"similarQuestions": "[]",
@@ -131,7 +131,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"24.6K\", \"totalSubmission\": \"41.2K\", \"totalAcceptedRaw\": 24587, \"totalSubmissionRaw\": 41249, \"acRate\": \"59.6%\"}",
"stats": "{\"totalAccepted\": \"25.3K\", \"totalSubmission\": \"42.4K\", \"totalAcceptedRaw\": 25274, \"totalSubmissionRaw\": 42416, \"acRate\": \"59.6%\"}",
"hints": [
"Start DFS from each leaf node. stop the DFS when the number of steps done > distance.",
"If you reach another leaf node within distance steps, add 1 to the answer.",