mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"11.7K\", \"totalSubmission\": \"14.2K\", \"totalAcceptedRaw\": 11729, \"totalSubmissionRaw\": 14196, \"acRate\": \"82.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"11.7K\", \"totalSubmission\": \"14.2K\", \"totalAcceptedRaw\": 11730, \"totalSubmissionRaw\": 14197, \"acRate\": \"82.6%\"}",
|
||||
"hints": [
|
||||
"What information do we need to calculate the average? We need the sum of the values and the number of values.",
|
||||
"Create a recursive function that returns the size of a node’s subtree, and the sum of the values of its subtree."
|
||||
|
Reference in New Issue
Block a user