introduce bitloops

This commit is contained in:
mike
2026-01-10 04:25:51 +01:00
parent b1f262ac91
commit e559040321
3 changed files with 39 additions and 64 deletions

View File

@@ -1,13 +0,0 @@
package puzzle;
/**
* Generated constants from pom.xml during build via templating-maven-plugin.
*/
public final class Config {
public static final int CLUE_SIZE = 4;
public static final int MIN_LEN = 2;
public static final int MAX_TRIES_PER_SLOT = 2000;
public static final int MAX_LEN = 8;
public static final int PUZZLE_ROWS = 8;
public static final int PUZZLE_COLS = 9;
}