mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-07 00:11:41 +08:00
update
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Medium",
|
||||
"likes": 7,
|
||||
"likes": 8,
|
||||
"dislikes": 0,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
@@ -40,7 +40,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"342\", \"totalSubmission\": \"524\", \"totalAcceptedRaw\": 342, \"totalSubmissionRaw\": 524, \"acRate\": \"65.3%\"}",
|
||||
"stats": "{\"totalAccepted\": \"362\", \"totalSubmission\": \"557\", \"totalAcceptedRaw\": 362, \"totalSubmissionRaw\": 557, \"acRate\": \"65.0%\"}",
|
||||
"hints": [
|
||||
"Start traversing from the leaf. Always go up till you reach the root.",
|
||||
"Change pointers as asked, make the current node's parent its left child, and make the left child the right one if needed."
|
||||
|
Reference in New Issue
Block a user