1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 23:41:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2023-12-09 19:57:46 +08:00
parent 9bc4722a45
commit 3770b44d1e
4792 changed files with 10889 additions and 10886 deletions

View File

@@ -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 nodes subtree, and the sum of the values of its subtree."