mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-03 06:22:54 +08:00
update
This commit is contained in:
@@ -167,7 +167,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"2.9K\", \"totalSubmission\": \"6.9K\", \"totalAcceptedRaw\": 2894, \"totalSubmissionRaw\": 6945, \"acRate\": \"41.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"2.9K\", \"totalSubmission\": \"6.9K\", \"totalAcceptedRaw\": 2896, \"totalSubmissionRaw\": 6949, \"acRate\": \"41.7%\"}",
|
||||
"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