会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
LisPythoniC
博客园
首页
新随笔
联系
订阅
管理
2014年3月18日
不作死就不会死--似乎还是元组性能好
摘要: def xwhile_stacks(n): stacks = [(0,n,None,None,)] while stacks: stg,n,possible,choice=stacks.pop() if stg==0: if n==1: res = 1,0 else: stacks.append((1,n,[],n-1)) stacks.append((0,1,None,None)) else: ...
阅读全文
posted @ 2014-03-18 13:35 LisPythoniC
阅读(215)
评论(0)
推荐(0)
编辑
公告