文件名称:DFS优先算法matlab实现
文件大小:4KB
文件格式:RAR
更新时间:2014-01-31 03:04:11
DFS 标准的深度优先搜索算法matlab
标准的深度优先搜索算法,可实现节点遍历、产生随机路由、检测图中是否有回路等功能,-Standard depth-first search algorithm, the node traversal can be achieved, resulting in a random routing, testing whether there is any loop diagram functions
【文件预览】:
dfs
----dfs.asv(3KB)
----children.m(415B)
----neighbors.m(241B)
----dfs_visit.m(946B)
----dfs.m(2KB)