1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 06:51:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 1356,
"dislikes": 25,
"likes": 1359,
"dislikes": 26,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "[1,2,3,2,null,2,4]\n2\n[1,3,3,3,2]\n3\n[1,2,null,2,null,2]\n2",
@@ -149,7 +149,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"64.2K\", \"totalSubmission\": \"85.8K\", \"totalAcceptedRaw\": 64166, \"totalSubmissionRaw\": 85805, \"acRate\": \"74.8%\"}",
"stats": "{\"totalAccepted\": \"64.3K\", \"totalSubmission\": \"86K\", \"totalAcceptedRaw\": 64283, \"totalSubmissionRaw\": 85963, \"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."
],