会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
隔壁古二蛋
博客园
首页
新随笔
联系
管理
订阅
2018年2月26日
二叉树
摘要: 1 class Node(object): 2 def __init__(self,sName): 3 self._lChildren = [] 4 self.sName = sName 5 def __repr__(self): 6 return "".format(self.sName) 7 def app...
阅读全文
posted @ 2018-02-26 09:25 隔壁古二蛋
阅读(188)
评论(0)
推荐(0)
公告