1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 07:21:40 +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,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"