mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Medium",
|
||||
"likes": 323,
|
||||
"dislikes": 113,
|
||||
"likes": 326,
|
||||
"dislikes": 118,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Move Sub-Tree of N-Ary Tree\", \"titleSlug\": \"move-sub-tree-of-n-ary-tree\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[1,null,3,2,4,null,5,6]\n[1,null,2,3,4,5,null,null,6,7,null,8,null,9,10,null,null,11,null,12,null,13,null,null,14]",
|
||||
@@ -46,7 +46,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"20.6K\", \"totalSubmission\": \"26.4K\", \"totalAcceptedRaw\": 20648, \"totalSubmissionRaw\": 26412, \"acRate\": \"78.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"21.1K\", \"totalSubmission\": \"27K\", \"totalAcceptedRaw\": 21079, \"totalSubmissionRaw\": 26987, \"acRate\": \"78.1%\"}",
|
||||
"hints": [
|
||||
"Node with indegree 0 is the root"
|
||||
],
|
||||
|
Reference in New Issue
Block a user