会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
footmark89
博客园
|
首页
|
新随笔
|
新文章
|
联系
|
订阅
|
管理
2021年8月14日
深度优先搜索的全排列代码记录
摘要: def allsort(): #全排列 temp=[] dfs(0,temp) def dfs(position,temp): if position==len(test): #每次添加够元素后(等于原集合长度)输出 print("输出排列:",temp) for i in test: #遍历tes
阅读全文
posted @ 2021-08-14 23:35 footmark89
阅读(37)
评论(0)
推荐(0)
编辑
公告