Question: Construct a sample directed graph with 7 vertices and 14 edges. a) Run DFS on your graph, number the vertices with the DFS numbers and
Construct a sample directed graph with 7 vertices and 14 edges.
a) Run DFS on your graph, number the vertices with the DFS numbers and construct the DFS tree of your traversal. Show the DFS-tree edges, forward edges, back edges, and the cross edges on your graph.
b) Run BFS on your graph, number the vertices with the BFS numbers and construct the BFS tree of your traversal.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
