Skip to content

Just-Hussain/n-queen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

N-Queen Problem solver

A mess of an implementation of A* and Genetic Algorithm to solve the N-Queen problem. Especially The UI and its implementation is an absolute mess, since i've done in like less than an hour. But hey, it was fun though.

8 queens example

Usage

Install the venv:

pip install -r reqs.txt

and run main.py.

Esc gets you to the previous screen, Space pauses the A*.

About

N-Queen solver using A* and Genetic Algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages