会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
兵形东华
博客园
首页
新随笔
联系
订阅
管理
2017年5月3日
PYTHON实现DFS算法
摘要: 1 class Vertice: 2 def __init__(self,index): 3 self.no = index 4 self.color = 0 # 0:white 1 gray 2 black 5 self.vt = 0 6 def getNextV(self): 7 return self.nextV 8 def se...
阅读全文
posted @ 2017-05-03 22:18 兵形东华
阅读(6848)
评论(0)
推荐(0)
编辑
公告