2004年08月10日 星期二 14:24
其实,python里面的列表对应到数据结构教材的说法就是“广义表”,树的其中一个表 示形式就是用“广义表”的方式来表示。 当然,广义表也可以表示一个链表啦!Python提供的抽象和C不一样,大伙儿在实现数 据结构的时候不能照本宣科啊! -----邮件原件----- 发件人: python-chinese-bounces at lists.python.cn [mailto:python-chinese-bounces at lists.python.cn] 代表 limodou 发送时间: 2004年8月10日 11:38 收件人: python-chinese at lists.python.cn 主题: Re: [python-chinese] Python没有指针,怎么实现树和链表的结构? guochen,您好! 使用对象啊。对象可以是任意的东西啊。 a = [1,2,[3,4,[5,6]]] 这样不就和链表一样吗?树也可以这样表示啊。 ======= 2004-08-10 11:15:39 您在来信中写道:======= >python-chinese,您好! > > > > 致 >礼! > > > guochen > guochen at 1218.com.cn > 2004-08-10 > > >_______________________________________________ >python-chinese list >python-chinese at lists.python.cn >http://python.cn/mailman/listinfo/python-chinese = = = = = = = = = = = = = = = = = = = = 致 礼! limodou chatme at 263.net 2004-08-10
Zeuux © 2024
京ICP备05028076号