1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 07:21: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,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 201,
"dislikes": 35,
"likes": 210,
"dislikes": 37,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Throne Inheritance\", \"titleSlug\": \"throne-inheritance\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
"exampleTestcases": "[\"LockingTree\",\"lock\",\"unlock\",\"unlock\",\"lock\",\"upgrade\",\"lock\"]\n[[[-1,0,0,1,1,2,2]],[2,2],[2,3],[2,2],[4,5],[0,1],[0,1]]",
@@ -155,7 +155,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"6.5K\", \"totalSubmission\": \"15.5K\", \"totalAcceptedRaw\": 6499, \"totalSubmissionRaw\": 15465, \"acRate\": \"42.0%\"}",
"stats": "{\"totalAccepted\": \"6.7K\", \"totalSubmission\": \"15.9K\", \"totalAcceptedRaw\": 6713, \"totalSubmissionRaw\": 15949, \"acRate\": \"42.1%\"}",
"hints": [
"How can we use the small constraints to help us solve the problem?",
"How can we traverse the ancestors and descendants of a node?"