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