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,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Medium",
|
||||
"likes": 224,
|
||||
"likes": 240,
|
||||
"dislikes": 10,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Step-By-Step Directions From a Binary Tree Node to Another\", \"titleSlug\": \"step-by-step-directions-from-a-binary-tree-node-to-another\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
@@ -52,7 +52,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"10.3K\", \"totalSubmission\": \"15.1K\", \"totalAcceptedRaw\": 10290, \"totalSubmissionRaw\": 15064, \"acRate\": \"68.3%\"}",
|
||||
"stats": "{\"totalAccepted\": \"11K\", \"totalSubmission\": \"16K\", \"totalAcceptedRaw\": 10955, \"totalSubmissionRaw\": 16028, \"acRate\": \"68.3%\"}",
|
||||
"hints": [
|
||||
"Get the LCA of p and q.",
|
||||
"The answer is the sum of distances between p-LCA and q-LCA"
|
||||
|
Reference in New Issue
Block a user