pratik-choudhari / AlgoCode

Welcome everyone!🌟 Here you can solve problems, build scrappers and much more💻
https://github.com/pratik-choudhari/AlgoCode
MIT License
131 stars 166 forks source link

N-Queen Problem #444

Closed pallavivaswani closed 3 years ago

pallavivaswani commented 3 years ago

Feature ✅

Description

The N Queen is the problem of placing N chess queens on an N×N chessboard so that no two queens attack each other.

Example

Input: N=4 Output: 4 Queen problem

{ 0,  1,  0,  0}
{ 0,  0,  0,  1}
{ 1,  0,  0,  0}
{ 0,  0,  1,  0}

Checklist:

Contributors are supposed to mention their coding language while asking for assignment

manojrao3619 commented 3 years ago

Hi @pallavivaswani, can you assign me for C++.

ShraxO1 commented 3 years ago

Can you assign me for Python.

aniket173000 commented 3 years ago

Can you please assign me this issue . I can do it in C or C++ .

pratik-choudhari commented 3 years ago

@aniket173000 It is assigned to @manojrao3619 in C/C++

pavleen14 commented 3 years ago

Hey @pallavivaswani Can you assign this to me? I will provide a solution in JAVA.

namrata18s commented 3 years ago

could you assign this issue to me, can provide solution in c, cpp, java

pavleen14 commented 3 years ago

Hey @pallavivaswani Can you assign this to me? I will provide a solution in JAVA.

I have submitted the solution to issue #444. Kindly review and merge it. @pratik-choudhari