会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
xushukui
博客园
首页
新随笔
联系
管理
订阅
2018年8月12日
python 全排列
摘要: ``` python itertools模块现成的全排列: for i in itertools.permutations('abcd',4): print ''.join(i) 相关全排列算法: def perm(l): if(len(l)=end: print lis else: i = begin for n...
阅读全文
posted @ 2018-08-12 16:48 xushukui
阅读(7383)
评论(0)
推荐(0)
编辑
公告