Help in making a gui for N-Queens problem

1 次查看(过去 30 天)
I have a project in which I am supposed to solve the n-queens problem
From Wikipedia :
The eight queens puzzle is the problem of placing eight chess queens on an 8×8 chessboard so that no two queens attack each other. Thus, a solution requires that no two queens share the same row, column, or diagonal. The eight queens puzzle is an example of the more general n-queens problem of placing n queens on an n×n chessboard, where solutions exist for all natural numbers n with the exception of 2 and 3.
And the layout
Next and previous help showing various solutions stored in 'out' in the form
1 2 3 4 5 6 7 8
2 3 4 5 6 7 8 1
......................
Want to display solutions obtained in the empty panel
  1 个评论
Walter Roberson
Walter Roberson 2012-6-23
http://www.mathworks.com/matlabcentral/answers/6200-tutorial-how-to-ask-a-question-on-answers-and-get-a-fast-answer

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Ordinary Differential Equations 的更多信息

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by