Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create code_n-QueenProblem #133

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Ayushi20-19
Copy link

It is one of the most common examples of the backtracking, is to arrange N queens on an NxN chessboard such that no queen can strike down any other queen. A queen can attack horizontally, vertically, or diagonally. The solution to this problem is also attempted in a similar way.

@geekquad
Copy link
Owner

geekquad commented Oct 3, 2020

Hey @Ayushi20-19, please create an issue for the same. It would be very easy for us to know what you are actually trying to do here and merge it too, Thankyou.
For any issues, please feel free to contact us on our Slack channel. Thankyou. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants