Skip to content

nmiljkovic/nqueens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NQueens interactive solver

This is an interactive solver for the Eight Queens problem. The live demo can be seen at proof.github.io/nqueens.

The project uses angular2.0.0-alpha46.

Setup

git checkout https://github.com/proof/nqueens.git
cd nqueens
bower install
npm install
tsd install

gulp       # run locally
gulp build # build for release

About

Eight Queens interactive solver, providing step by step play-through for Depth First Search and Hill Climbing algorithms.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors