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
It solves the problem of how to place 8 Queens on a chess board in non-attacking positions using a recursion algorithm. And, prints the positions
of the first solution found.