N-queens problem: Difference between revisions

→‎Test and Results: Oops! Chess rows (ranks) count from the bottom up!
(→‎Test and Results: Oops! Chess rows (ranks) count from the bottom up!)
Line 5,237:
 
In other words, this:
<pre>|////| |////| ---- ---- ---- ---- |
3 | |////| ♛ |////|</pre>
---- ---- ---- ----
| ---- |////|---- ---- ---- |/♛/|
2 |/♛/| |////| |
---- ---- ---- ----
|/♛/| ---- |////|---- ---- ---- |
1 | |////| |/♛/|
---- ---- ---- ----
---- ---- ---- ----
| |////| ♛ |////|</pre>
0 |////| ♛ |////| |
---- ---- ---- ----
0 1 2 3</pre>
 
Results:
Anonymous user