Aritificial Intelligence Project -
Solve the 8-puzzle problem. The initial state is generated at random. The goal state is given as
Instructions:
1. Formulate the problem precisely
2. Solve the puzzle by using
a. uniform-cost graph search
b. greedy best first graph search
c. A* graph search
3. Write all your code in one module and save it as groupNumber_ClassProject_2.py.
4. Submit it.