mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Medium",
|
||||
"likes": 808,
|
||||
"likes": 814,
|
||||
"dislikes": 24,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Lowest Common Ancestor of a Binary Search Tree\", \"titleSlug\": \"lowest-common-ancestor-of-a-binary-search-tree\", \"difficulty\": \"Easy\", \"translatedTitle\": null}, {\"title\": \"Lowest Common Ancestor of a Binary Tree\", \"titleSlug\": \"lowest-common-ancestor-of-a-binary-tree\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Lowest Common Ancestor of a Binary Tree II\", \"titleSlug\": \"lowest-common-ancestor-of-a-binary-tree-ii\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Lowest Common Ancestor of a Binary Tree IV\", \"titleSlug\": \"lowest-common-ancestor-of-a-binary-tree-iv\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
@@ -40,7 +40,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"108.6K\", \"totalSubmission\": \"140.3K\", \"totalAcceptedRaw\": 108552, \"totalSubmissionRaw\": 140317, \"acRate\": \"77.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"109.2K\", \"totalSubmission\": \"141.2K\", \"totalAcceptedRaw\": 109247, \"totalSubmissionRaw\": 141193, \"acRate\": \"77.4%\"}",
|
||||
"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."
|
||||
|
Reference in New Issue
Block a user