Skip to content

marko911/N-Queens-Recursive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

N-Queens-Recursive

My solution using recursion to the N-Queens problem, details of the problem here : Wiki

The basic premise: Place n queens on an n*n chessboard in a way that none are checking each other. Default n=8, set it in app.js. I used Angular for the UI.

##Install Clone repo, run http-server in root dir.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published