This is just a tiny code which applys:
- Hill Climbing Search
- Beam Search
In order to solve 8 queens puzzle.
Heuristic value I use is number of facing queen pairs (regardless of whether there is a queen in the middle or not).
This project is built on python 3.13.0.
You should already have Tkinter to run my code.
pip install tkinter