N-queens problem: Difference between revisions

Content added Content deleted
(Added Quackery.)
m (→‎{{header|Quackery}}: tweaked commentary)
Line 12,519: Line 12,519:
=={{header|Quackery}}==
=={{header|Quackery}}==


<code>perms</code> is defined at [[Permutations#Quackery]]. The solution used determines the order of the n-Queen solutions found. The output illustrated here is from the <code>perms</code> solution titled "An Uncommon Ordering".
<code>perms</code> is defined at [[Permutations#Quackery]]. The solution used determines the order in which the n-Queen solutions found are listed. The output illustrated here is from the <code>perms</code> solution titled "An Uncommon Ordering".


The method used here stems from the following observations.
The method used here stems from the following observations.