by Nexis » Thu Nov 20, 2003 10:40 pm
Well since I already had a queens solution that I wrote in a CS class I decided to modify it to meet the contest specs and see what I could get.
Some preliminary tests averaged over 1000 runs
Empty board: 495,086 and 92 solutions
board with piece(0,1): 64,687 and 8 solutions
board with piece(2,0): 78,619 and 16 solutions
board with piece(2,0) and (7,3): 15,740 and 4 solutions
board with pieces (0,4), (1,2), (2,0), (3,6), (4,1), (5,7), (6,5), (7,3): 1508 and 1 solution
board with pieces (0,4), (1,2), (2,0), (3,6), (4,1), (5,7), (6,5), (7,1): 240 and 0 solutions
board with pieces (0,3), (5,5), (1,2): 225 and 0 solutions