mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 23:11:41 +08:00
update
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"1.8K\", \"totalSubmission\": \"3.3K\", \"totalAcceptedRaw\": 1823, \"totalSubmissionRaw\": 3347, \"acRate\": \"54.5%\"}",
|
||||
"stats": "{\"totalAccepted\": \"1.8K\", \"totalSubmission\": \"3.3K\", \"totalAcceptedRaw\": 1824, \"totalSubmissionRaw\": 3349, \"acRate\": \"54.5%\"}",
|
||||
"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