DS-Algo-Zone
DS-Algo-Zone copied to clipboard
N Queen Problem Backtracking
🚀 Feature
We need to place N chess queens on an N×N chessboard so that no two queens attack each other.
Have you read the Contribution Guidelines?
Yes
Pitch
This is a very common problem which uses the concept of backtracking. Initially we can mark a box as taken and if in further steps we find that the queen might be attacked, we can backtrack and remove our queen from that position.
Assignees
(Do not make changes in this section until asked to do so)
C -
C# -
C++ - @vedant-jain03
Go -
Java - @ishika22
Javascript -
Kotlin - @sgaurav37533
Python - @Abhiram-Joshi
@manan025 I would like to work on the above problem using JAVA
Sure, @ishika22 - Java Assigned
I want to work in C++
Hey @manan025 please assign me this problem in Kotlin
@sgaurav37533 - Kotlin assigned
@vedant-jain03 - C++ assigned
I would like to do this in python
@Abhiram-Joshi - Python assigned