会员
周边
捐助
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Cluster Note
所有内容只做笔记使用, 涉及机密的, 请通知删除
博客园
首页
新随笔
联系
管理
2013年11月3日
Hanoi T note
摘要: hanoi(n,x,y,z){hanoi(n-1,x,z,y);//n-1 from x to ymove(x,z);//x->zhanoi(n-1,y,x,z);//n-1 from y to z}hanoi(n-1,x,z,y){hanoi(n-2,x,y,z);//n-2 from x to ...
阅读全文
posted @ 2013-11-03 20:59 voh99800
阅读(244)
评论(0)
推荐(0)
编辑
公告