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

Programs


  • Here is a recreational applet where you choose a small N (< 16)  and k and then attempt to solve the N+k Queens Problem: Applet (Javascript)
  • Here is a Python 3 program to find all fundamental solutions to the N + k Queens Problem for small N and k:  npluskqueensasmfund.py
  • If you have the Zillions of Games program, here is a file you can use to play with various N+k Queens problems. http://www.chessvariants.org/index/msdisplay.php?itemid=MZqueensandpawns
  • Here is an educational Java applet by Maureen Doyle, Amber Rogers, and Bernadina Rawe illustrating the DLX algorithm as applied to the N-Queens Problem: JDLX.jar.  (We used a DLX algorithm to count the number of solutions to the N+k Queens Problem.)

✕