mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-07 00:11:41 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Medium",
|
||||
"likes": 800,
|
||||
"likes": 802,
|
||||
"dislikes": 34,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Count Nodes Equal to Sum of Descendants\", \"titleSlug\": \"count-nodes-equal-to-sum-of-descendants\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Count Nodes Equal to Average of Subtree\", \"titleSlug\": \"count-nodes-equal-to-average-of-subtree\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
@@ -40,7 +40,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"63.7K\", \"totalSubmission\": \"96.5K\", \"totalAcceptedRaw\": 63741, \"totalSubmissionRaw\": 96506, \"acRate\": \"66.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"63.9K\", \"totalSubmission\": \"96.7K\", \"totalAcceptedRaw\": 63917, \"totalSubmissionRaw\": 96731, \"acRate\": \"66.1%\"}",
|
||||
"hints": [
|
||||
"Can you find the sum of values and the number of nodes for every sub-tree ?",
|
||||
"Can you find the sum of values and the number of nodes for a sub-tree given the sum of values and the number of nodes of it's left and right sub-trees ?",
|
||||
|
Reference in New Issue
Block a user