Skip to content

cpmachado/nqg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nqg

nqg is a implementation of snq in Go.

Basically it's a simple program to test approaches to the N Queen Problem.

Status

Compliant clone of snq.

Install

go install go.cpmachado.pt/nqg@latest

Usage

nqg is a program to solve the N queen puzzle
Usage of nqg:
  -n int
    	Length of side of chess board in [1,8] (default 8)
  -o string
    	Output file
  -v	Display version