In this project, we aim to develop a solution for the sliding block puzzle problem using two search algorithms: A* and brute force. The initial focus will be on a 2x2 puzzle as a minimal example. The ...