Eight Queens Puzzle in Java

From Chapter 5 of

Introduction to Object-Oriented Programming (second ed.)

by Timothy Budd

Modified by Stephen Bloch 3/3/98


If you see this text, your web browser does not support the execution of Java applets.

The application starts with all queens in row 1; thereafter, each mouse-click takes you to a new solution.

Source code: