Skip to content
/ nqviz Public

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

License

Notifications You must be signed in to change notification settings

jhan15/nqviz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages