mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 23:11:41 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Medium",
|
||||
"likes": 159,
|
||||
"dislikes": 22,
|
||||
"likes": 167,
|
||||
"dislikes": 23,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Flatten Binary Tree to Linked List\", \"titleSlug\": \"flatten-binary-tree-to-linked-list\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Flatten a Multilevel Doubly Linked List\", \"titleSlug\": \"flatten-a-multilevel-doubly-linked-list\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[1,2,3]\n2\n3\n[8,3,1,7,null,9,4,2,null,null,null,5,6]\n7\n4",
|
||||
@@ -52,7 +52,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"10.2K\", \"totalSubmission\": \"14K\", \"totalAcceptedRaw\": 10175, \"totalSubmissionRaw\": 13998, \"acRate\": \"72.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"10.5K\", \"totalSubmission\": \"14.5K\", \"totalAcceptedRaw\": 10539, \"totalSubmissionRaw\": 14499, \"acRate\": \"72.7%\"}",
|
||||
"hints": [
|
||||
"If you traverse the tree from right to left, the invalid node will point to a node that has already been visited."
|
||||
],
|
||||
|
Reference in New Issue
Block a user