Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.03 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.03 KB

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