(a) Consider the state-space graph in the following figure: $ is the start node and G is the goal node: For uniform cost search algorithm; draw the search tree and find out the solution paths and costs [3]
(b) "Iterative Deepening DFS is not optimal when all the step costs are not identical" draw a state-space graph and corresponding search tree that _ supports this statement: [2]
a) Suppose that for some specific problem, heuristic function h is admissible: Is h? admissible? How bout Vh? If your answer is yes for any of these two functions, would vou prefer them over h? Explain vour answer. (3]
b) Prove that if h is consistent; and n' are two nodes on the path t0 goal; and n' is the successor of n, then fln) f(n"). [2]