Skip to content

Conversation

@sunidhi1999-c
Copy link

This program executes N-Queens Algorithm ,where n=4 for instance. (Note: Queen=1,No Queen=0)
It outputs 2 possible solutions of the 4 Queens to be placed in positions such that neither of the second queens lies in the same row nor the same column nor in the same diagonal.

This program executes N-Queens Algorithm ,where n=4 for instance. (Note: Queen=1,No Queen=0)
It outputs 2 possible solutions of the 4 Queens to be placed in positions such that neither of the second queens lies in the same row nor the same column nor in the same diagonal.
@amoghrajesh
Copy link
Contributor

Hey @sunidhi1999-c!
This is not how you create a PR.

  1. You have to create an issue first, in the repo that your chosen topic falls under.
  2. We will assign the issue to you.
  3. You need to create a PR that looks like this: Sorting Algorithms #53 in terms of the format.
  4. For folder structure, look up any folder that was merged in this repo. Basically, you need to create a folder:
    In your case - N Queens
    This folder should have -
  • images folder with any images pertaining to your content
  • README.md with all your content
  • src folder with all code related files.

Have a look at this to know how your content should be structured.

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