mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -173,7 +173,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"7.5K\", \"totalSubmission\": \"15.3K\", \"totalAcceptedRaw\": 7470, \"totalSubmissionRaw\": 15308, \"acRate\": \"48.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"7.5K\", \"totalSubmission\": \"15.3K\", \"totalAcceptedRaw\": 7472, \"totalSubmissionRaw\": 15311, \"acRate\": \"48.8%\"}",
|
||||
"hints": [
|
||||
"Do a DFS from the root. At each node, calculate the longest path we can make from two branches of that subtree.",
|
||||
"To do that, we need to find the length of the longest path from each of the node’s children."
|
||||
|
Reference in New Issue
Block a user