mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 23:11:41 +08:00
update
This commit is contained in:
@@ -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."
|
||||
],
|
||||
|
Reference in New Issue
Block a user