RosettaCodeData/Task/N-queens-problem/00-TASK.txt
2023-07-01 13:44:08 -04:00

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 &nbsp; <big>'''N'''x'''N'''</big>.
For the number of solutions for small values of &nbsp; '''N''', &nbsp; see &nbsp; [[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>