Implementation of (nxn) puzzle using (A*) Search Algorithm Part of my Artificial Intelligence Course, a group project with my collegue Fatima Jabarti
The program consists of three classes
- PuzzleGame -> Main class
- Board
- MinPQ -> Implementaion of a minimum priority queue