会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
林安静
Coding日记
博客园
首页
新随笔
联系
管理
订阅
2022年11月1日
LeetCode 236. 二叉树的最近公共祖先 - 回溯的理解
摘要: 题目 https://leetcode.cn/problems/lowest-common-ancestor-of-a-binary-tree/ 思路 自己做只摸到一些门道,还是靠随想录... 代码: def lowestCommonAncestor(self, root: 'TreeNode',
阅读全文
posted @ 2022-11-01 11:11 林安静
阅读(23)
评论(0)
推荐(0)
编辑