文件名称:Graph-traversal
介绍说明--下载内容均来自于网络,请自行研究使用
图的遍历及实验报告。输入构建一个无向图,将其用深度优先搜索的递归和非递归遍历以及广度优先搜索遍历,并输出。-Graph traversal and experimental reports. Input to build a non-directed graph, its recursive and non-recursive traversal depth-first search, and breadth-first search traversal, and output.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
图遍历\图的遍历\.dep.inc
......\........\build\Debug\MinGW-Windows\main.o
......\........\.....\.....\.............\main.o.d
......\........\dist\Debug\MinGW-Windows\____.exe
......\........\main.cpp
......\........\Makefile
......\........\nbproject\configurations.xml
......\........\.........\Makefile-Debug.mk
......\........\.........\Makefile-impl.mk
......\........\.........\Makefile-Release.mk
......\........\.........\Makefile-variables.mk
......\........\.........\Package-Debug.bash
......\........\.........\Package-Release.bash
......\........\.........\private\configurations.xml
......\........\.........\.......\private.properties
......\........\.........\.......\private.xml
......\........\.........\project.properties
......\........\.........\project.xml
......\实验.doc
......\图的遍历\build\Debug\MinGW-Windows
......\........\dist\Debug\MinGW-Windows
......\........\build\Debug
......\........\dist\Debug
......\........\nbproject\private
......\........\build
......\........\dist
......\........\nbproject
......\图的遍历
图遍历