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-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -11,7 +11,7 @@
"translatedContent": null,
"isPaidOnly": true,
"difficulty": "Medium",
"likes": 689,
"likes": 690,
"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.1K\", \"totalAcceptedRaw\": 53470, \"totalSubmissionRaw\": 82137, \"acRate\": \"65.1%\"}",
"stats": "{\"totalAccepted\": \"53.5K\", \"totalSubmission\": \"82.2K\", \"totalAcceptedRaw\": 53532, \"totalSubmissionRaw\": 82220, \"acRate\": \"65.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 ?",