1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 23:41:41 +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,7 +11,7 @@
"translatedContent": null,
"isPaidOnly": true,
"difficulty": "Medium",
"likes": 690,
"likes": 698,
"dislikes": 27,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Count Nodes Equal to Sum of Descendants\", \"titleSlug\": \"count-nodes-equal-to-sum-of-descendants\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
@@ -40,7 +40,7 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"53.5K\", \"totalSubmission\": \"82.2K\", \"totalAcceptedRaw\": 53532, \"totalSubmissionRaw\": 82220, \"acRate\": \"65.1%\"}",
"stats": "{\"totalAccepted\": \"54.2K\", \"totalSubmission\": \"83.1K\", \"totalAcceptedRaw\": 54191, \"totalSubmissionRaw\": 83128, \"acRate\": \"65.2%\"}",
"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 ?",