added backtracking

This commit is contained in:
Ninja-Jambon 2024-02-28 11:59:56 +01:00
parent 00a72c289c
commit ab7d525156
3 changed files with 186 additions and 4 deletions

View file

@ -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