mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 326,
|
||||
"dislikes": 31,
|
||||
"likes": 381,
|
||||
"dislikes": 32,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "{\"headers\": {\"Tree\": [\"id\", \"p_id\"]}, \"rows\": {\"Tree\": [[1,null],[2,1],[3,1],[4,2],[5,2]]}}\n{\"headers\": {\"Tree\": [\"id\", \"p_id\"]}, \"rows\": {\"Tree\": [[1,null]]}}",
|
||||
@@ -47,7 +47,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"41.8K\", \"totalSubmission\": \"58.5K\", \"totalAcceptedRaw\": 41769, \"totalSubmissionRaw\": 58455, \"acRate\": \"71.5%\"}",
|
||||
"stats": "{\"totalAccepted\": \"46.4K\", \"totalSubmission\": \"64.3K\", \"totalAcceptedRaw\": 46436, \"totalSubmissionRaw\": 64263, \"acRate\": \"72.3%\"}",
|
||||
"hints": [
|
||||
"You can judge the node type by querying whether the node's id shows up in p_id column and whether the node's p_id is null."
|
||||
],
|
||||
|
Reference in New Issue
Block a user