You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is an AI solver of the well-known board game Peg Solitaire written in Java. It was developed as an assignment of our Artificial Intelligence class and implemented using the following Algorithms: Depth First Search and A* (A star)