mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 174,
|
||||
"dislikes": 228,
|
||||
"likes": 175,
|
||||
"dislikes": 229,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Operations on Tree\", \"titleSlug\": \"operations-on-tree\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[\"ThroneInheritance\",\"birth\",\"birth\",\"birth\",\"birth\",\"birth\",\"birth\",\"getInheritanceOrder\",\"death\",\"getInheritanceOrder\"]\n[[\"king\"],[\"king\",\"andy\"],[\"king\",\"bob\"],[\"king\",\"catherine\"],[\"andy\",\"matthew\"],[\"bob\",\"alex\"],[\"bob\",\"asha\"],[null],[\"bob\"],[null]]",
|
||||
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"11.3K\", \"totalSubmission\": \"18K\", \"totalAcceptedRaw\": 11304, \"totalSubmissionRaw\": 17953, \"acRate\": \"63.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"11.3K\", \"totalSubmission\": \"18K\", \"totalAcceptedRaw\": 11322, \"totalSubmissionRaw\": 17977, \"acRate\": \"63.0%\"}",
|
||||
"hints": [
|
||||
"Create a tree structure of the family.",
|
||||
"Without deaths, the order of inheritance is simply a pre-order traversal of the tree.",
|
||||
|
Reference in New Issue
Block a user