vishalshar / NQueenProblem

Task is to determine a ways in which you can place M such queens on a MxM chess board so that they are in equilibrium i.e. they are placed such that no queen is in the attack zone of the other.

Repository from Github https://github.comvishalshar/NQueenProblemRepository from Github https://github.comvishalshar/NQueenProblem

NQueenProblem

Task is to determine the number of ways in which you can place M such queens on a MxM chess board so that they are in equilibrium i.e. they are placed such that no queen is in the attack zone of the other.

About

Task is to determine a ways in which you can place M such queens on a MxM chess board so that they are in equilibrium i.e. they are placed such that no queen is in the attack zone of the other.