[first slide]

Introduction to Object Oriented Programming

Timothy A. Budd

Chapter 5

A Case Study : Eight Queens

Outline

  1. Statement of the Problem
  2. OOP Approach
  3. Observations
  4. Pointers
  5. CRC Card for Queen
  6. CRC Card for Queen - Backside
  7. Initialization
  8. Finding First Solution
  9. Finding Next Solution
  10. Test or Advance
  11. Can Attack
  12. The Last Queen
  13. Final Analysis

Source Code

Other Material

Intro OOP, Chapter 5, Slide 1