会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
谁见到过风?
Wind.
博客园
首页
新随笔
联系
订阅
管理
2019年3月20日
2019年3月20日 894. All Possible Full Binary Trees
摘要: 实际上感觉是带参的宽搜,但是因为懒得写。。还是强行写了深搜。这道题在lt上提交有bug,好像是因为我用了node的未声明变量?单独测试是没问题的class Solution(object): result = [] def buildNode(self, v, father, root): ret = TreeNode(v) ret.fath...
阅读全文
posted @ 2019-03-20 10:59 miuc
阅读(116)
评论(0)
推荐(0)
编辑
公告