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
Consider the problem of placing n queens on an n × n chessboard so
that no two queens are in the same row, column, or diagonal. Design a
linear-time algorithm for finding a solution to this problem for any n > 3.
The text was updated successfully, but these errors were encountered:
sdlong
changed the title
#140 The n-Queens Problem
#140 The n-Queens Problem / sdlong
Dec 13, 2016
Consider the problem of placing n queens on an n × n chessboard so
that no two queens are in the same row, column, or diagonal. Design a
linear-time algorithm for finding a solution to this problem for any n > 3.
The text was updated successfully, but these errors were encountered: