GDSC-IGDTUW-Autumn-of-Code-2022 / dsa-foundation

To submit questions and answers for DSA.
5 stars 44 forks source link

N_Queen problem [ Backtracking] #36

Closed Nikhila-KS closed 8 months ago

Nikhila-KS commented 1 year ago

Problem- Place N chess queens on an N×N chessboard so that no two queens attack each other.

Example : if n=4 then the following is a solution for the 4 Queen problem. 0 1 0 0 0 0 0 1 1 0 0 0 0 0 1 0 Where 1 represents the positions in which queen is placed

Nikhila-KS commented 1 year ago

Hello @Parul-Mann Can you assign this issue to me?

Monachaudhary commented 1 year ago

Kindly assign this to me. I can solve it in the best time and space complexity.

gh4abhi commented 1 year ago

Please assign this to me I will do it in C++17.

Shreyg-27 commented 1 year ago

Hello @Parul-Mann. Can this issue be assigned to me? I will code it in Python

AarnaSinghal commented 1 year ago

Hello please assign this issue to me @Parul-Mann

BhavyaDevani commented 1 year ago

@gdsc-igdtuw @Parul-Mann pls assign this issue to me

ssom01-github commented 1 year ago

hello, please assign the issue to me

Akansha3001 commented 1 year ago

Please assign this issue to me