/nqviz

It's the repository for a python package named nqviz, a visualization tool for the n-queen problem.

Primary LanguagePythonMIT LicenseMIT

PyPI PyPI - Python Version PyPI - Wheel GitHub license

GitHub issues GitHub last commit

nqviz

nqviz is a tool to visualize the n-queen problem. Random column sequence.

Installation

Use the package manager pip to install nqviz.

$ pip install nqviz

Usage

from nqviz import Nqueen

Nqueen(6) # run n-queen on a 6*6 chessboard

6-queen

License

MIT