1 Fix in line 113 but still not done????
This commit is contained in:
parent
4286d01786
commit
9aaeaeed5b
@ -110,7 +110,7 @@ public class Queenproblem {
|
||||
;
|
||||
}
|
||||
try {
|
||||
if (this.field[col-1-1] != 0) {
|
||||
if (this.field[col-1-i] != 0) {
|
||||
if (this.field[col-1-i] == row + 1) {
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user