Skip to content

Repository files navigation

nqueens

python app to solve the Nqueens problem

Build docker images

docker-compose up --build

Usage :

app.py <N> [options]

Options:

  -s       Store the results for the given N in the database

Solve the nqueens problem for N = 5

 docker-compose exec src python app.py 5

Solve the nqueens problem for N = 5 and store the results

 docker-compose exec src python app.py 5 -s

Run automatic tests

docker-compose exec src pytest -s

About

python to solve the Nqueens problem

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages