1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 15:01:40 +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,7 +11,7 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 1359,
"likes": 1401,
"dislikes": 26,
"isLiked": null,
"similarQuestions": "[]",
@@ -149,7 +149,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"64.3K\", \"totalSubmission\": \"86K\", \"totalAcceptedRaw\": 64283, \"totalSubmissionRaw\": 85963, \"acRate\": \"74.8%\"}",
"stats": "{\"totalAccepted\": \"66.1K\", \"totalSubmission\": \"88.4K\", \"totalAcceptedRaw\": 66090, \"totalSubmissionRaw\": 88372, \"acRate\": \"74.8%\"}",
"hints": [
"Use the DFS to reconstruct the tree such that no leaf node is equal to the target. If the leaf node is equal to the target, return an empty object instead."
],