1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 15:31:43 +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,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 725,
"dislikes": 243,
"likes": 747,
"dislikes": 248,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "4\n[1,-1,3,-1]\n[2,-1,-1,-1]\n4\n[1,-1,3,-1]\n[2,3,-1,-1]\n2\n[1,0]\n[-1,-1]",
@@ -167,7 +167,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"33.8K\", \"totalSubmission\": \"81.5K\", \"totalAcceptedRaw\": 33835, \"totalSubmissionRaw\": 81463, \"acRate\": \"41.5%\"}",
"stats": "{\"totalAccepted\": \"34.5K\", \"totalSubmission\": \"83.2K\", \"totalAcceptedRaw\": 34473, \"totalSubmissionRaw\": 83180, \"acRate\": \"41.4%\"}",
"hints": [
"Find the parent of each node.",
"A valid tree must have nodes with only one parent and exactly one node with no parent."