This commit is contained in:
@@ -9,10 +9,9 @@ import java.util.Random;
|
||||
import sudoku.structure.Cell;
|
||||
import sudoku.structure.MultiDoku;
|
||||
|
||||
//TODO
|
||||
public class HintHelper {
|
||||
|
||||
public static record Hint(Cell cell, int newValue) {}
|
||||
public record Hint(Cell cell, int newValue) {}
|
||||
|
||||
/**
|
||||
* Si possible, donne un indice sur la résolution du doku passé en paramètre,
|
||||
|
||||
Reference in New Issue
Block a user