This repository contains our group midterm essay, which addresses three tasks using different algorithms:
- 8-Puzzle Solver using A*: An implementation of the A* search algorithm to solve the classic 8-puzzle problem.
- Pacman using A*: A simulation of the Pacman game where the A* algorithm is used for pathfinding.
- 16-Queens Problem using Genetic Algorithm: A solution to the 16-queens problem utilizing a genetic algorithm approach.
This project is licensed under a free license. You are free to use, modify, and distribute this project as you wish.
We would like to thank our lecturer, Master of Science Nguyen Thanh An, and our classmates for their support and feedback throughout this project.