N Queens
The N queens problem is simple:
How many queens can you put on an NxN chess board so that none of them are attacking eachother? On an 8x8 board the answer is 8...
So far, not too bad.
How about an 8x8x8 board? I tried to write a program to do this, and failed (too slow.) Has anyone else tried this? Can you actually fit 64 queens onto an 8x8x8 board?
How many queens can you put on an NxN chess board so that none of them are attacking eachother? On an 8x8 board the answer is 8...
So far, not too bad.
How about an 8x8x8 board? I tried to write a program to do this, and failed (too slow.) Has anyone else tried this? Can you actually fit 64 queens onto an 8x8x8 board?
