mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 16:01:41 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"11K\", \"totalSubmission\": \"20K\", \"totalAcceptedRaw\": 10962, \"totalSubmissionRaw\": 19961, \"acRate\": \"54.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"11K\", \"totalSubmission\": \"20K\", \"totalAcceptedRaw\": 10965, \"totalSubmissionRaw\": 19975, \"acRate\": \"54.9%\"}",
|
||||
"hints": [
|
||||
"Find the distance between nodes “a” and “b”.",
|
||||
"distance(a, b) = depth(a) + depth(b) - 2 * LCA(a, b). Where depth(a) denotes depth from root to node “a” and LCA(a, b) denotes the lowest common ancestor of nodes “a” and “b”.",
|
||||
|
Reference in New Issue
Block a user