mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-07 00:11:41 +08:00
update
This commit is contained in:
@@ -173,7 +173,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"12.8K\", \"totalSubmission\": \"17.4K\", \"totalAcceptedRaw\": 12821, \"totalSubmissionRaw\": 17413, \"acRate\": \"73.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"12.8K\", \"totalSubmission\": \"17.4K\", \"totalAcceptedRaw\": 12823, \"totalSubmissionRaw\": 17415, \"acRate\": \"73.6%\"}",
|
||||
"hints": [
|
||||
"Use DFS to traverse the binary tree and recover it.",
|
||||
"Use a hashset to store TreeNode.val for finding."
|
||||
|
Reference in New Issue
Block a user