Help in making a gui for N-Queens problem

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 Comment

http://www.mathworks.com/matlabcentral/answers/6200-tutorial-how-to-ask-a-question-on-answers-and-get-a-fast-answer

Sign in to comment.

Answers (0)

Categories

Find more on Strategy & Logic in Help Center and File Exchange

Products

Asked:

on 23 Jun 2012

Community Treasure Hunt

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

Start Hunting!