Eight Queens Option
Place a Queen on a chess board at any location
Place other queens randomly so that no queen is threatening another queen
Determine the maximum number of Queens that can be placed and how many
different configurations are
possible for each starting point on the board. A configuration is different if one position is different.
Present graphical output.