Exercise: Classify Edges of an Undirected Graph
Undertake this exercise to understand edge classification in undirected graphs.
We'll cover the following...
The task at hand
Grab a paper and a pen and work out how the edges of the graph given below will be classified by depth-first search. Assume ...