Skip to content

jeshan/hypothesis-n-queens-problem

Repository files navigation

N queens problem (Hypothesis example)

This project demonstrates how to solve the N-queens problem (aka the 8 queens puzzle) using Python and the Hypothesis library.

Requirements

This demo needs Hypothesis and pytest installed. Using pipenv, run pipenv run pytest.

You should then see:

Copyright

2020 Jeshan G. BABOOA

Code is released under the simplified BSD licence. See LICENCE file for details.

About

Solving the n-queens problem using property-based tests with Hypothesis

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages