mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"30.7K\", \"totalSubmission\": \"65.5K\", \"totalAcceptedRaw\": 30721, \"totalSubmissionRaw\": 65547, \"acRate\": \"46.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"30.7K\", \"totalSubmission\": \"65.6K\", \"totalAcceptedRaw\": 30734, \"totalSubmissionRaw\": 65573, \"acRate\": \"46.9%\"}",
|
||||
"hints": [
|
||||
"Find the sum of values of nodes on each level and return the kth largest one.",
|
||||
"To find the sum of the values of nodes on each level, you can use a DFS or BFS algorithm to traverse the tree and keep track of the level of each node."
|
||||
|
Reference in New Issue
Block a user