in reply to Solving the Eight Queens problem
A chess board is 8x8 and
is 255/7 = 36.4285714285... Take the first 8 digits and write the letters a..h beside them to get2^8 - 1 ------- 8 - 1
this is a solution to the problem.a3, b6, c4, d2, e8, f5, g7, h1
Update: added "explanation".
|
|---|