1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 15:31:43 +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

@@ -12,7 +12,7 @@
"translatedContent": null,
"isPaidOnly": true,
"difficulty": "Medium",
"likes": 23,
"likes": 27,
"dislikes": 0,
"isLiked": null,
"similarQuestions": "[]",
@@ -40,7 +40,7 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"2.5K\", \"totalSubmission\": \"3.1K\", \"totalAcceptedRaw\": 2505, \"totalSubmissionRaw\": 3147, \"acRate\": \"79.6%\"}",
"stats": "{\"totalAccepted\": \"2.8K\", \"totalSubmission\": \"3.4K\", \"totalAcceptedRaw\": 2752, \"totalSubmissionRaw\": 3447, \"acRate\": \"79.8%\"}",
"hints": [
"Store the path from p to the root.",
"Traverse the path from q to the root, the first common point of the two paths is the LCA."