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,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 ?",
|
||||
|
Reference in New Issue
Block a user