The miserly mouse wins!
Quote:
Originally Posted by Solitaire1
I would if the Winner would find the Eight Queens Puzzle a challenge? (Take a standard Chessboard and put eight Queens on it in a way where no Queen can attack another.)
|
Aren't there solutions for that in multiple programming languages? I remember it being given as a problem in an online Python course and there were over 80 different programs to solve the problem. One of my fellow students convinced me that I was never going to me more than dangerous when programming in Python. The kid who wrote that solution had the only one that generated multiple placements with pretty printing. OTOH, several of the students got into trouble for copying their submitted programs from elsewhere on the Internet mostly when the 2to3 fingerprints weren't filed off.