In this repository I have uploaded my computer assingments for the AI course I took in university.
- sokoban solver using BFS, DFS and A* algorithms
- genetic algorithm for solving a non-linear system of equations with 3 variables
- simple sudoko solver using CSP
- crawled and classified persian news articles in sport and political categories using hazm with KNN
- an agent for playing dots and boxes using modified minmax algorithm