You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
N-Queen Problem.
The n-queens is the problem of placing n queens on n × n chessboard such that no two queens can attack each other. Given an integer n, return all distinct solutions to the n -queens puzzle. Each solution contains a distinct boards configuration of the queen's placement, where ‘Q’ and ‘.’ indicate queen and empty space respectively.
Input:
The value of n that is the number of queen.
Output:
The all possible placement of queens.
Record
I agree to follow this project's Code of Conduct
I want to work on this issue
I'm willing to provide further clarification or assistance if needed.
Full Name
Shuvojit Samanta
Participant Role
GSSOC
The text was updated successfully, but these errors were encountered:
shuvojitss
changed the title
[Feature Request]: Add the algorithm for
[Feature Request]: Add the algorithm for N- QUEEN
Nov 8, 2024
Is there an existing issue for this?
Feature Description
Name
N-Queen Problem.
The n-queens is the problem of placing n queens on n × n chessboard such that no two queens can attack each other. Given an integer n, return all distinct solutions to the n -queens puzzle. Each solution contains a distinct boards configuration of the queen's placement, where ‘Q’ and ‘.’ indicate queen and empty space respectively.
Input:
The value of n that is the number of queen.
Output:
The all possible placement of queens.
Record
Full Name
Shuvojit Samanta
Participant Role
GSSOC
The text was updated successfully, but these errors were encountered: