This repository contains codes of some of the topics of Artificial Intelligence. The problems are solved using C++ language. Each of the topics will have a 'guide' file to give an idea about the problem and how the problem is solved.
This repository will contain the following topics-
- A Star Search Algorithm.
- Genetic Algorithm.
- Bayesian Algorithm.
- Naive Bayesian Algorithm.
- Neural Network.