19 lines
543 B
Text
19 lines
543 B
Text
Solve the [[WP:Eight_queens_puzzle|eight queens puzzle]].
|
|
|
|
|
|
You can extend the problem to solve the puzzle with a board of size <big>'''N'''x'''N'''</big>.
|
|
|
|
For the number of solutions for small values of '''N''', see [[oeis:A000170|OEIS: A000170]].
|
|
|
|
|
|
;Related tasks:
|
|
* [[A* search algorithm]]
|
|
* [[Solve a Hidato puzzle]]
|
|
* [[Solve a Holy Knight's tour]]
|
|
* [[Knight's tour]]
|
|
* [[Peaceful chess queen armies]]
|
|
* [[Solve a Hopido puzzle]]
|
|
* [[Solve a Numbrix puzzle]]
|
|
* [[Solve the no connection puzzle]]
|
|
<br><br>
|
|
|