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