Skip to content

Returns sets of coordinates where n queens on a n by n chess board can exist in harmony

Notifications You must be signed in to change notification settings

KiruChaff/nQueen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nQueen

Returns sets of coordinates where n queens on a n by n Chessboard can exist in harmony

This program solves the nQueen-problem up until 15; After the threshold respectively the recursion depth is exceeded.

NOTE: Only the NQueen.java file is documented

About

Returns sets of coordinates where n queens on a n by n chess board can exist in harmony

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages