Assignment 2 [10 marks] try to finish it by Feb 6,2023 at 11:00pm
a) For the following 8-puzzle problem, define the state, Operators,
Goal, Heuristic and show a path to the goal in the tree of search
after applying the Heuristic.
b) Write a program to solve the 8-puzzle problem:
assume that the initial state is:
and the goal stat is:
c) Come with a different initial state that has a solution and another
initial state that does not have a solution and explain your answer.