graph traversal

created by Schmik
(idea) by Schmik (1.9 y) (print)   ?   (I like it!) Tue Jan 23 2001 at 3:18:57
A process that starts at vertex v and visits all vertices w for which there is a path between v and w. A graph traversal visits every vertex in a graph if and only if the graph is connected, regardless of where the traversal starts. The two basic graph-traversal algorithms, which apply to either directed or undirected graphs, are the depth-first search and the breadth-first search.
Y'know, if you log in, you can write something here, or contact authors directly on the site. Create a New User if you don't already have an account.