/Artificial-Intelligence_318

AI course works.Implementation of popular N-puzzle,Mancala and Decision tree

Primary LanguageC++

Artificial-Intelligence_318

1.Offline 1 on A* search.

2.Offline 2 on Adversarial search

A min-max AI game(Mancala) with console interface.Interested to add gui in future.

Screenshot from 2023-09-15 11-04-53

Offline 4 on Decision Tree implementation.Some operations could've been done by using map.Avoided reducing some complexity.Managed to get 92-94% accuracy on averege!!