Metadata-Version: 2.1
Name: algoai
Version: 0.2.3
Summary: A collection of AI algorithms
Author: Leander
Author-email: leander.antony2023@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown


# algoai

`algoai` is a Python package designed to implement and demonstrate various Artificial Intelligence algorithms. It includes solutions for search problems, optimization, game theory, and constraint satisfaction, among others. This package can be useful for students, enthusiasts, and developers interested in learning and experimenting with AI algorithms.



## Installation

To install `algoai`, you can use `pip`:

```bash
pip install algoai
```
