1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 23:41:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2023-12-09 19:57:46 +08:00
parent 9bc4722a45
commit 3770b44d1e
4792 changed files with 10889 additions and 10886 deletions

View File

@@ -11,7 +11,7 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 1674,
"likes": 1676,
"dislikes": 48,
"isLiked": null,
"similarQuestions": "[]",
@@ -149,7 +149,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"40.3K\", \"totalSubmission\": \"64.9K\", \"totalAcceptedRaw\": 40290, \"totalSubmissionRaw\": 64873, \"acRate\": \"62.1%\"}",
"stats": "{\"totalAccepted\": \"40.3K\", \"totalSubmission\": \"64.9K\", \"totalAcceptedRaw\": 40298, \"totalSubmissionRaw\": 64882, \"acRate\": \"62.1%\"}",
"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.",