Add HZ part 3
This commit is contained in:
parent
318025d3df
commit
2a7ba7393c
1
.gitignore
vendored
1
.gitignore
vendored
@ -29,3 +29,4 @@ bin/
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
/Medien/Bilder & Co/Goldfrosch.pptx
|
/Medien/Bilder & Co/Goldfrosch.pptx
|
||||||
/Medien/Bilder & Co/Goldfrosch.xlsx
|
/Medien/Bilder & Co/Goldfrosch.xlsx
|
||||||
|
/src/HZ/
|
||||||
|
@ -4,9 +4,9 @@ public class Demo {
|
|||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
Queenproblem Q = new Queenproblem();
|
Queenproblem Q = new Queenproblem();
|
||||||
Q.solve();
|
Q.solve();
|
||||||
System.out.println("========\n");
|
// System.out.println("========\n");
|
||||||
Q.setField(new int[]{0,7,0,0,0,0,0,8});
|
// Q.setField(new int[]{0,0,0,0,0,0,0,0});
|
||||||
Q.solve();
|
// Q.solve();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user