For q1.1 : python3 q1.py
For q1.2 : python3 q2.py
For q1.5 : python3 q5.py
White block='w' Black block='b' Empty block='_'
Output:
The first line consists of the minimum cost of solving the puzzle.
The minimum cost path from input state to goal state will be printed from the second line along with the serial number of each step.
Output:
The first line consists of the minimum cost of solving the puzzle.
All the possible goal states and their corresponding costs will be printed from the second line.