nmiljkovic / nqueens

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:TypeScript 81.9%Language:JavaScript 12.6%Language:CSS 4.1%Language:HTML 1.4%