X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fconfig%2Fqueens.xml;h=8aad759af47b352e628aefc8b7ac2b2bac2480a0;hp=3796855009446e7d6e9ab35d2acdc1e372ec8fef;hb=c1b9b55ad8d59dc05ef55e316aebf5863e7dfa56;hpb=de460e831dc8578acfa8b72251ab9346c99c1f96 diff --git a/hacks/config/queens.xml b/hacks/config/queens.xml index 37968550..8aad759a 100644 --- a/hacks/config/queens.xml +++ b/hacks/config/queens.xml @@ -5,19 +5,21 @@
- +
<_description> -Solves the N-Queens problem (where, in this program, N is between 5 and -10 queens.) The problem is: how may one place N queens on an NxN -chessboard such that no queen can attack a sister? +Solves the N-Queens problem (where N is between 5 and 10 queens). The +problem is: how may one place N queens on an NxN chessboard such that +no queen can attack a sister? See also the "Endgame" screen saver. + +http://en.wikipedia.org/wiki/Eight_queens_puzzle Written by Blair Tennessy; 2002.