Filter löschen
Filter löschen

Help in making a gui for N-Queens problem

1 Ansicht (letzte 30 Tage)
Saket Dandawate
Saket Dandawate am 23 Jun. 2012
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 Kommentar
Walter Roberson
Walter Roberson am 23 Jun. 2012
http://www.mathworks.com/matlabcentral/answers/6200-tutorial-how-to-ask-a-question-on-answers-and-get-a-fast-answer

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by