1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 15:01:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -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.",