1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 23:11:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -11,7 +11,7 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 1038,
"likes": 1043,
"dislikes": 21,
"isLiked": null,
"similarQuestions": "[]",
@@ -131,7 +131,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"24.5K\", \"totalSubmission\": \"41.1K\", \"totalAcceptedRaw\": 24530, \"totalSubmissionRaw\": 41149, \"acRate\": \"59.6%\"}",
"stats": "{\"totalAccepted\": \"24.6K\", \"totalSubmission\": \"41.2K\", \"totalAcceptedRaw\": 24587, \"totalSubmissionRaw\": 41249, \"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.",