Description: The graph data structure traversal problem. Design a web spider system, with a link to the web page that network, where vertices a page, there is the arc that the network link between the relationship. And depth-first search of each of a., b. breadth-first search strategy to crawl the page.
To Search:
File list (Check if you may need any files):
Traversing Graph\(实验五)图的遍历.cpp
................\图的遍历.doc
Traversing Graph