Queens
Problem: Place eight queens on a empty chessboard in such a way that no queen attacks any other queen (horizontally, vertically or diagonally).
There are same number of queens as the size of the chess board
(eg. If the grid is 5 X 5 then there will be 5 Queens).
Enter the size of the grid you wish the play