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-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -11,7 +11,7 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 1321,
"likes": 1325,
"dislikes": 47,
"isLiked": null,
"similarQuestions": "[]",
@@ -161,7 +161,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"45.2K\", \"totalSubmission\": \"106.1K\", \"totalAcceptedRaw\": 45182, \"totalSubmissionRaw\": 106061, \"acRate\": \"42.6%\"}",
"stats": "{\"totalAccepted\": \"45.4K\", \"totalSubmission\": \"106.4K\", \"totalAcceptedRaw\": 45355, \"totalSubmissionRaw\": 106428, \"acRate\": \"42.6%\"}",
"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."
],