We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bfc151 commit 737a1b6Copy full SHA for 737a1b6
82. 二叉树的最近公共祖先.md
@@ -1,4 +1,4 @@
1
-
+***给定一个二叉树, 找到该树中两个指定节点的最近公共祖先。百度百科中最近公共祖先的定义为:“对于有根树 T 的两个结点 p、q,最近公共祖先表示为一个结点 x,满足 x 是 p、q 的祖先且 x 的深度尽可能大(一个节点也可以是它自己的祖先)。”***
2
3
```
4
# Definition for a binary tree node.
0 commit comments