I need a typed answer of all parts with diagrams.
A state space graph is shown in Figure 3.1.
4
1
3
2
B
Figure 3.1.
For each of the following AI search strategies, work out the order in which states
are expanded, as well as the path returned by graph search. S: Initial State G: Goal State
(a) Depth-first search.
(b) Breadth-first search.
(c) Iterative Deepening Search.
(d) Uniform cost search.