1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 23:41:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2023-12-09 19:57:46 +08:00
parent 9bc4722a45
commit 3770b44d1e
4792 changed files with 10889 additions and 10886 deletions

View File

@@ -12,7 +12,7 @@
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 11679,
"dislikes": 542,
"dislikes": 543,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Flatten a Multilevel Doubly Linked List\", \"titleSlug\": \"flatten-a-multilevel-doubly-linked-list\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Correct a Binary Tree\", \"titleSlug\": \"correct-a-binary-tree\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
"exampleTestcases": "[1,2,5,3,4,null,6]\n[]\n[0]",
@@ -155,7 +155,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"867.2K\", \"totalSubmission\": \"1.4M\", \"totalAcceptedRaw\": 867154, \"totalSubmissionRaw\": 1359521, \"acRate\": \"63.8%\"}",
"stats": "{\"totalAccepted\": \"867.2K\", \"totalSubmission\": \"1.4M\", \"totalAcceptedRaw\": 867249, \"totalSubmissionRaw\": 1359645, \"acRate\": \"63.8%\"}",
"hints": [
"If you notice carefully in the flattened tree, each node's right child points to the next node of a pre-order traversal."
],