Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 262 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 262 Bytes

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