1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-07 00:11:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2023-12-09 19:57:46 +08:00
parent 9bc4722a45
commit 3770b44d1e
4792 changed files with 10889 additions and 10886 deletions

View File

@@ -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 ?",