nqviz

N Queen Visualizer


Keywords
package, python3, pygame, n-queen
License
MIT
Install
pip install nqviz==0.0.6

Documentation

PyPI version GitHub issues GitHub license

nqviz

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

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