-
Notifications
You must be signed in to change notification settings - Fork 365
Added N-Queen Visualizer | Issue #825 #880
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
Conversation
|
@Shariq2003 is attempting to deploy a commit to the avdheshvarshney's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
Thank you for submitting your pull request! We'll review it as soon as possible. For further communication, join our discord server https://discord.gg/tSqtvHUJzE. |
|
@Avdhesh-Varshney sir, please review
|
|
@Avdhesh-Varshney sir, please review this PR, |
|
|
||
| const para = document.createElement("p"); | ||
| para.setAttribute("class", "queen-info"); | ||
| para.innerHTML = `For ${n}x${n} board, ${array[n] - 1} arrangements are possible.`; |
Check warning
Code scanning / CodeQL
DOM text reinterpreted as HTML Medium
DOM text
|
@Avdhesh-Varshney sir, now i have reviewed all the changes and make the PR ready to merge. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This time, I've done changes. Review them by your own so that next time. It will not repeat.
Okay sir thanks |
|
@MastanSayyad , Only Project addition cannot allow Level 3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Avdhesh-Varshney reduce to level 2
Agreed |
Description
N-Queens Visualiser! This web application allows you to visualize the classic N-Queens problem, where the objective is to place N queens on an N x N chessboard such that no two queens threaten each other. This is achieved by ensuring that no two queens share the same row, column, or diagonal.
Closes: #825
GSSOC Ext
Describe the add-ons or changes you've made 📃
Added N-Queen Visualizer, a project of Backtracking that help to understand the N-Queen Problem by the Viusualization of it.
Screenshots 📷
bandicam.2024-10-11.22-28-13-218.mp4
Type of change ☑️
What sort of change have you made:
Checklist: ☑️