You may know n queens problem but I would explain it a little.
I want to put n queen on n*n chessboard in the order that none of them can attack each other from columns , rows and diagnals.
I want to find how many answers does this question have for n*n chessboard (It is not limited to 8*8).
I want to find all solutions not just unique solutions( I think it will make algorithm more easier!).
2006-10-17
02:10:05
·
3 answers
·
asked by
TitanAD
2
in
Computers & Internet
➔ Programming & Design
Best means the fastest. Isn't it obvious?!
2006-10-20
00:20:21 ·
update #1