mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Medium",
|
||||
"likes": 188,
|
||||
"dislikes": 58,
|
||||
"likes": 191,
|
||||
"dislikes": 59,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "7\n[-1,0,0,1,2,2,2]\n[1,-2,4,0,-2,-1,-1]\n7\n[-1,0,0,1,2,2,2]\n[1,-2,4,0,-2,-1,-2]",
|
||||
@@ -40,7 +40,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"8.3K\", \"totalSubmission\": \"13.5K\", \"totalAcceptedRaw\": 8253, \"totalSubmissionRaw\": 13497, \"acRate\": \"61.1%\"}",
|
||||
"stats": "{\"totalAccepted\": \"8.3K\", \"totalSubmission\": \"13.7K\", \"totalAcceptedRaw\": 8350, \"totalSubmissionRaw\": 13677, \"acRate\": \"61.1%\"}",
|
||||
"hints": [
|
||||
"Traverse the tree using depth first search.",
|
||||
"Find for every node the sum of values of its sub-tree.",
|
||||
|
Reference in New Issue
Block a user