The N + k Queens Problem Pages
  • Home
  • Background
  • Papers
  • Talks
  • Solutions
    • Solution Counts
    • Amazon Solution Counts
  • Programs
    • Javascript Applet
  • Other Links

N + k Queens Javascript

First, pick n (< 16) and k. Place k pawns on the chess board, then place n+k queens on the chess board without conflict.
The dots indicate squares that are attacked by queens.

This applet is based on a JavaScript provided by The JavaScript Source