Question: Exercise 1: Consider the following oriented graph that represents the road map between cities (figure 1). The weights on the link represent the distance between

Exercise 1: Consider the following oriented graph that represents the road map between cities (figure 1). The weights on the link represent the distance between connected cities. Let A be the initial city and G the destination city. Assume the following set of the straight line distance between G and other cities. A 6 B 7 C 3 D 10 E F 4 14 A B 1. Give the complete search tree from the following graph with depth limit I=4. 2. show how the uniform cost search algorithm works for reaching the goal. Is it optimal in this case, why? show how the greedy best first search works for reaching the goal. Is this algorithm complete in this case, why? Is it optimal in this case, why by giving one example? show how the Hill Climbing search works for reaching the goal. Is this algorithm complete in this case, why? Figure 1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
