mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -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."
|
||||
],
|
||||
|
Reference in New Issue
Block a user