1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 15:01:40 +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": "Easy",
"likes": 1581,
"dislikes": 1900,
"likes": 1608,
"dislikes": 1908,
"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.9K\", \"totalSubmission\": \"280.8K\", \"totalAcceptedRaw\": 163936, \"totalSubmissionRaw\": 280817, \"acRate\": \"58.4%\"}",
"stats": "{\"totalAccepted\": \"165.8K\", \"totalSubmission\": \"283.3K\", \"totalAcceptedRaw\": 165772, \"totalSubmissionRaw\": 283333, \"acRate\": \"58.5%\"}",
"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?",