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 program.c #1344

Merged
merged 5 commits into from
Nov 3, 2024
Merged

Create program.c #1344

merged 5 commits into from
Nov 3, 2024

Conversation

kaabilcoder
Copy link
Contributor

The N-Queens Problem is a classic problem where the objective is to place N queens on an N x N chessboard such that no two queens can attack each other. A queen can attack any other piece in the same row, column, or diagonal, making it challenging to place all N queens without conflict.

The N-Queens Problem is a classic problem where the objective is to place N queens on an N x N chessboard such that no two queens can attack each other. A queen can attack any other piece in the same row, column, or diagonal, making it challenging to place all N queens without conflict.
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👋 Hi @kaabilcoder! Thank you for submitting your first pull request to the Algo project. Great job on the contribution! 🎉 We appreciate your efforts, and our team will review it soon. If you have any questions, feel free to ask. Keep up the great work! 🚀

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Great job, @kaabilcoder! Thank you for submitting your pull request. We appreciate your contribution, and our team will review it shortly.

Copy link

github-actions bot commented Oct 27, 2024

⚡️ Lighthouse Report for the Deploy Preview of this PR 🚀

🔗 Site: Algo | Live Site

URL 🌐 Performance Accessibility Best Practices SEO 📊
/algo/ 🟡 56 🟢 96 🟡 75 🟡 86 📄
/algo/docs 🟡 52 🟢 96 🟡 75 🟢 100 📄
/algo/blog 🟡 67 🟢 92 🟢 96 🟡 86 📄

@ajay-dhangar ajay-dhangar added gssoc-ext Contributions made as part of GirlScript Summer of Code Extended Edition. level1 GirlScript Summer of Code | Contributor's Levels labels Oct 27, 2024
Copy link
Owner

@ajay-dhangar ajay-dhangar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please carefully read our contribution guidelines for docs and we need only .md files for our docs so, you can delete your docs/backtracking algorithms/program.c file

@kaabilcoder
Copy link
Contributor Author

got it

The N-Queens Problem is a classic problem where the objective is to place N queens on an N x N chessboard such that no two queens can attack each other. A queen can attack any other piece in the same row, column, or diagonal, making it challenging to place all N queens without conflict.
Copy link
Owner

@ajay-dhangar ajay-dhangar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update your code based on our suggestion

docs/backtracking algorithms/N-QueensProblem.md Outdated Show resolved Hide resolved
updated the code, it's format and syntax as per the guidelines and suggestions.
Copy link
Owner

@ajay-dhangar ajay-dhangar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

update your code based on suggestions

docs/backtracking algorithms/N-QueensProblem.md Outdated Show resolved Hide resolved
docs/backtracking algorithms/N-QueensProblem.md Outdated Show resolved Hide resolved
Updated the given suggestions on this code.
@kaabilcoder kaabilcoder removed their assignment Nov 3, 2024
@kaabilcoder
Copy link
Contributor Author

kaabilcoder commented Nov 3, 2024 via email

Copy link
Owner

@ajay-dhangar ajay-dhangar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@ajay-dhangar ajay-dhangar merged commit 2c7a97d into ajay-dhangar:main Nov 3, 2024
5 checks passed
Copy link

github-actions bot commented Nov 3, 2024

🎉🎉 Thank you for your contribution! Your PR #1344 has been merged! 🎉🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc-ext Contributions made as part of GirlScript Summer of Code Extended Edition. level1 GirlScript Summer of Code | Contributor's Levels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants