Closed sarveshvhawal007 closed 4 years ago
BackTracking Algorithm
Describe the algorithm When Given a number n as input It outputs the number of ways of arranging queens in that NxN chessboard such that no two queens can kill each other.
Can I work on this problem
Please Assign it to me... I have pulled the request and made the necessary changes
Can i work on this?
I can send a PR now. please assign.
Could you please assign me for this task ?
BackTracking Algorithm
Describe the algorithm When Given a number n as input It outputs the number of ways of arranging queens in that NxN chessboard such that no two queens can kill each other.
for eg: n=4 there are two possible ways which are outputted like this-
.Q.. ...Q Q... ..Q.
..Q. Q... ...Q .Q..
Can I work on this problem