Description: (1) graph data is input through data file, and a data structure representation of a graph is used to generate the representation of the graph;
(2) the output of the output graph;
(3) the breadth first traversal and depth first traversal algorithm are implemented;
(4) can start from any vertex, output two traversal results;
(5) design the corresponding "menu", through keyboard input selection, you can repeatedly input different test data, complete the test of the experimental requirements
To Search:
File list (Check if you may need any files):
proj3
proj3\data1.txt
proj3\data2.txt
proj3\Debug
proj3\Debug\proj3.exe
proj3\Debug\proj3.ilk
proj3\Debug\proj3.obj
proj3\Debug\proj3.pch
proj3\Debug\proj3.pdb
proj3\Debug\vc60.idb
proj3\Debug\vc60.pdb
proj3\Graph.h
proj3\Graphmtx.h
proj3\proj3.cpp
proj3\proj3.dsp
proj3\proj3.dsw
proj3\proj3.ncb
proj3\proj3.opt
proj3\proj3.plg
proj3\Queue.h