You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The chess queens problem is a classic problem in recursivity and backtracking,
the problem consists of trying to put N queens in a N x N chess, where the queens must not attack each other.