会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
habibah_chang
博客园
首页
新随笔
联系
管理
订阅
2020年9月28日
【一棵树】236. Lowest Common Ancestor of a Binary Tree
摘要: 问题: 给出一颗二叉树,两个节点p和q,求出这两节点的最近公共父节点(LCA)。 Example 1: Input: root = [3,5,1,6,2,0,8,null,null,7,4], p = 5, q = 1 Output: 3 Explanation: The LCA of nodes
阅读全文
posted @ 2020-09-28 16:19 habibah_chang
阅读(124)
评论(0)
推荐(0)
编辑
公告