This project deals with the problem of placing n Queens in a chessboard of dimensions n x n such that no two queens can attack each other.
The user is asked for the value of n.
The output shows va
nQueenSolver is a little Java program that strategically calculates where to place N number of
Queens in an N x N chess board in such a manner that no Queen is in the crosshairs of any other
Queen