Question: solve this [ 2 pts ] . Figure 1 shows a state graph with five states. Assume that a is the initial state,
solve this
pts Figure shows a state graph with five states. Assume that a is the initial state, and
G is the goal state.
a Use Breath First Search BFS to build a search tree to carry out search from the
initial state to the goal state Show complete search tree pt
i Mark the order of the search node on the BFS tree being visited from
initiate state to find the goal state break tie in favor of node with a lower
alphabetic order, egb has a higher priority than c
ii Is the solution optimal? Why or why not?
iii. Explain why avoiding revised state is important in creating BFS search tree.
b Use Depth First Search DFS to build a search tree to carry out search from the
initial state to the goal state Show complete search tree pt
i Mark the order of the search node on the DFS tree being visited from
initiate state to find the goal state break tie in favor of node with a lower
alphabetic order, egb has a higher priority than c
ii Is the solution optimal? Why or why not?
iii. Explain why avoiding revised state is important in creating DFS search tree.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
