Gameboard: a 3x3 sliding puzzle contains 3x3 cells. Here we will label the cell locations as A-I from top to bottom, left to right, i.e., The input reads from the input stream that contains a random ...
This project consists of a program that aims to solve or analyze the 3x3 sliding puzzle, often referred to as the "8-puzzle". The program provides functionalities to generate puzzle states, get ...