mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -167,7 +167,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"42.5K\", \"totalSubmission\": \"56.1K\", \"totalAcceptedRaw\": 42512, \"totalSubmissionRaw\": 56122, \"acRate\": \"75.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"42.6K\", \"totalSubmission\": \"56.2K\", \"totalAcceptedRaw\": 42589, \"totalSubmissionRaw\": 56230, \"acRate\": \"75.7%\"}",
|
||||
"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