会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Tech Blog Pro
大数据/机器学习/数据挖掘/web开发 计算机世界里的一名小学生
首页
新随笔
联系
订阅
管理
2019年4月23日
Leetcode 872. Leaf-Similar Trees
摘要: 找出叶子节点即可.
阅读全文
posted @ 2019-04-23 05:25 周洋
阅读(213)
评论(0)
推荐(0)
编辑
Leetcode 508. Most Frequent Subtree Sum
摘要: 递归. 注意:collections.Counter()有一个most_common()函数,比较实用.
阅读全文
posted @ 2019-04-23 05:11 周洋
阅读(115)
评论(0)
推荐(0)
编辑
Leetcode 572. Subtree of Another Tree
摘要: 可以借用一下leetcode 100的函数.
阅读全文
posted @ 2019-04-23 04:40 周洋
阅读(230)
评论(0)
推荐(0)
编辑
Leetcode 894. All Possible Full Binary Trees
摘要: 递归
阅读全文
posted @ 2019-04-23 04:16 周洋
阅读(184)
评论(0)
推荐(0)
编辑
Leetcode 814. Binary Tree Pruning
摘要: dfs 要点是这一句: 完整代码:
阅读全文
posted @ 2019-04-23 03:02 周洋
阅读(169)
评论(0)
推荐(0)
编辑
公告