1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 23:11:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 572,
"dislikes": 76,
"likes": 588,
"dislikes": 78,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "[\"FindElements\",\"find\",\"find\"]\n[[[-1,null,-1]],[1],[2]]\n[\"FindElements\",\"find\",\"find\",\"find\"]\n[[[-1,-1,-1,-1,-1]],[1],[3],[5]]\n[\"FindElements\",\"find\",\"find\",\"find\",\"find\"]\n[[[-1,null,-1,-1,null,-1]],[2],[3],[4],[5]]",
@@ -167,7 +167,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"42.6K\", \"totalSubmission\": \"56.2K\", \"totalAcceptedRaw\": 42589, \"totalSubmissionRaw\": 56230, \"acRate\": \"75.7%\"}",
"stats": "{\"totalAccepted\": \"43.5K\", \"totalSubmission\": \"57.4K\", \"totalAcceptedRaw\": 43459, \"totalSubmissionRaw\": 57367, \"acRate\": \"75.8%\"}",
"hints": [
"Use DFS to traverse the binary tree and recover it.",
"Use a hashset to store TreeNode.val for finding."