mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"120.1K\", \"totalSubmission\": \"138.4K\", \"totalAcceptedRaw\": 120139, \"totalSubmissionRaw\": 138402, \"acRate\": \"86.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"120.2K\", \"totalSubmission\": \"138.5K\", \"totalAcceptedRaw\": 120226, \"totalSubmissionRaw\": 138498, \"acRate\": \"86.8%\"}",
|
||||
"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