1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 06:51: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,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Easy",
"likes": 1577,
"dislikes": 1899,
"likes": 1581,
"dislikes": 1900,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Find All The Lonely Nodes\", \"titleSlug\": \"find-all-the-lonely-nodes\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
"exampleTestcases": "[1,2,3]\n[4,2,9,3,5,null,7]\n[21,7,14,1,1,2,2,3,3]",
@@ -149,7 +149,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"163.8K\", \"totalSubmission\": \"280.7K\", \"totalAcceptedRaw\": 163821, \"totalSubmissionRaw\": 280677, \"acRate\": \"58.4%\"}",
"stats": "{\"totalAccepted\": \"163.9K\", \"totalSubmission\": \"280.8K\", \"totalAcceptedRaw\": 163936, \"totalSubmissionRaw\": 280817, \"acRate\": \"58.4%\"}",
"hints": [
"Don't think too much, this is an easy problem. Take some small tree as an example.",
"Can a parent node use the values of its child nodes? How will you implement it?",