Introduction to OOP Chapter 6: The Eight Queens Puzzle: next previous audio real text

Pointers

We can make each queen point to the next on the left, then send messages only to the rightmost queen. Each queen will in turn send messages only to the neighbor it points to.

picture of queens pointing to each other

Intro OOP, Chapter 6, Slide 4