From charlesreid1

Revision as of 08:40, 5 September 2017 by Admin (talk | contribs) (Created page with "Graph traversal is a way of walking through the entire graph, visiting each vertex in the graph once. There are some similarities with tree traversal. Also see: * Trees/Pr...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Graph traversal is a way of walking through the entire graph, visiting each vertex in the graph once.

There are some similarities with tree traversal. Also see: