mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 23:11:41 +08:00
update
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"9.6K\", \"totalSubmission\": \"13.6K\", \"totalAcceptedRaw\": 9597, \"totalSubmissionRaw\": 13567, \"acRate\": \"70.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"9.6K\", \"totalSubmission\": \"13.6K\", \"totalAcceptedRaw\": 9614, \"totalSubmissionRaw\": 13591, \"acRate\": \"70.7%\"}",
|
||||
"hints": [
|
||||
"Do a postorder traversal.",
|
||||
"Then, if both subtrees contain a deepest leaf, you can mark this node as the answer (so far).",
|
||||
|
Reference in New Issue
Block a user