Question 1:
Illustrate out how solutions are searched by the problem solving agent.
Question 2:
Write down comprehensive notes on the following Depth First Search, uniform cost search, breadth first search, backtracking search.
Question 3:
Write down comprehensive notes on Iterative deepening depth first search.
Question 4:
Write down comprehensive note on Depth limited search.
Question 5:
Illustrate how repeated states are avoided and give the algorithm.