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,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 723,
|
||||
"dislikes": 242,
|
||||
"likes": 725,
|
||||
"dislikes": 243,
|
||||
"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.3K\", \"totalAcceptedRaw\": 33755, \"totalSubmissionRaw\": 81276, \"acRate\": \"41.5%\"}",
|
||||
"stats": "{\"totalAccepted\": \"33.8K\", \"totalSubmission\": \"81.5K\", \"totalAcceptedRaw\": 33835, \"totalSubmissionRaw\": 81463, \"acRate\": \"41.5%\"}",
|
||||
"hints": [
|
||||
"Find the parent of each node.",
|
||||
"A valid tree must have nodes with only one parent and exactly one node with no parent."
|
||||
|
Reference in New Issue
Block a user