Introduction to OOP: Chapter 5: A Case Study : Eight Queens [next] [previous] [audio] [real] [text]

Statement of the Problem

Problem - how to place eight queens on a chessboard so that no two queens can attack each other:

chessboard with 8 queens

Intro OOP, Chapter 5, Slide 2