Attacking Queens
How many queens can you place on a D-dimensional chess-hyperboard of size N ?
That was the subject of the Attacking Queens contest that ended in March 2002, and
which I was happy to win.
You can download:
- The source code (111 K) of several
programs I made to attack the problems. They are written in C++,
Objective CAML
and
Python.
- Precompiled Windows executables
(412 K) of some of the most important programs for those who want to try
them without the fuss of compiling. (Python programs are not included
in the lot since they need no compilation.)
- The README file of the source code archive.