added backtracking
This commit is contained in:
parent
00a72c289c
commit
ab7d525156
3 changed files with 186 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
public class Situation {
|
||||
// Atributes
|
||||
|
||||
private int pos_i, pos_j, direction, nb_choix;
|
||||
public int pos_i, pos_j, direction, nb_choix;
|
||||
|
||||
// Constructors
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue