- static member in Puzzle8
- added docs
- added statistic in AStar visit
This commit is contained in:
2023-12-13 10:01:24 +01:00
parent 6ac1ff463d
commit f941ef93c3
2 changed files with 20 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ public class Puzzle8 implements Iterable<Integer> {
/**
* Possibili movimenti della tessera "vuota"
*/
public enum Move {
public static enum Move {
UP,
DOWN,
LEFT,