1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 23:11:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 1325,
"dislikes": 47,
"likes": 1401,
"dislikes": 48,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "[4,2,8]\n[1,4,4,null,2,2,null,1,null,6,8,null,null,null,null,1,3]\n[1,4,2,6]\n[1,4,4,null,2,2,null,1,null,6,8,null,null,null,null,1,3]\n[1,4,2,6,8]\n[1,4,4,null,2,2,null,1,null,6,8,null,null,null,null,1,3]",
@@ -161,7 +161,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"45.4K\", \"totalSubmission\": \"106.4K\", \"totalAcceptedRaw\": 45355, \"totalSubmissionRaw\": 106428, \"acRate\": \"42.6%\"}",
"stats": "{\"totalAccepted\": \"47.3K\", \"totalSubmission\": \"110.6K\", \"totalAcceptedRaw\": 47320, \"totalSubmissionRaw\": 110621, \"acRate\": \"42.8%\"}",
"hints": [
"Create recursive function, given a pointer in a Linked List and any node in the Binary Tree. Check if all the elements in the linked list starting from the head correspond to some downward path in the binary tree."
],