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