The system is a CLI program created using Java
To solve 8-15Puzzle, the Search A * using the Manhattan Distance metric was implemented to find a solution. The System uses a Node Generator that feeds a Priority Queue. Taking a Key the result of Manhattan distance formula.