mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 23:11:41 +08:00
update
This commit is contained in:
@@ -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.",
|
||||
|
Reference in New Issue
Block a user