Question: 2. ( 30 points) Consider the followini eraph. a. (15 points) Starting at vertex a and resolving ties by the vertex alphabetical order, traverse the
2. ( 30 points) Consider the followini eraph. a. (15 points) Starting at vertex a and resolving ties by the vertex alphabetical order, traverse the graph by depth-first search and construct the corresporiding depth-first search tree. Give the order in which the vertices were reached for the first time (pushed onto the traversal stack) and the order in whieh the vertices became dead ends (popped off the stack). b. (15 points) Starting at vertex a and resolving ties by the vertex alphabetical order, traverse the graph by breadth-first search and construct the corresponding breadth-first search tree. Give the order in which the vertices were reached for the first time (added to the traversal queut). 2. ( 30 points) Consider the followini eraph. a. (15 points) Starting at vertex a and resolving ties by the vertex alphabetical order, traverse the graph by depth-first search and construct the corresporiding depth-first search tree. Give the order in which the vertices were reached for the first time (pushed onto the traversal stack) and the order in whieh the vertices became dead ends (popped off the stack). b. (15 points) Starting at vertex a and resolving ties by the vertex alphabetical order, traverse the graph by breadth-first search and construct the corresponding breadth-first search tree. Give the order in which the vertices were reached for the first time (added to the traversal queut)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
