public class SudokuBoard extends Object
SudokuSolver,
SudokuSolver.findAllSolutions()| Modifier and Type | Field and Description |
|---|---|
int[][] |
board
Sudoku board array.
|
static int |
BOARD_SEGMENTS_NUMBER
Number of 9x3 column segments or 3x9 row segments.
|
static int |
BOARD_SIZE
Sudoku board size.
|
static int |
BOARD_STATE_EMPTY
Sudoku board was successfully loaded.
|
static int |
BOARD_STATE_ERROR
Sudoku board is ready to start solving process.
|
static int |
BOARD_STATE_LOADED
Sudoku board was successfully loaded.
|
static int |
BOARD_STATE_READY
Sudoku board is ready to start solving process.
|
static int |
BOARD_SUB_SQURE_SIZE
Sudoku board sub-square size.
|
int |
pathNumber
Path number gives the information on how many routes
were verified until solutions was found.
|
| Constructor and Description |
|---|
SudokuBoard()
Default constructor.
|
public static final int BOARD_SIZE
public static final int BOARD_SUB_SQURE_SIZE
public static final int BOARD_SEGMENTS_NUMBER
public static final int BOARD_STATE_EMPTY
public static final int BOARD_STATE_LOADED
public static final int BOARD_STATE_READY
public static final int BOARD_STATE_ERROR
public int pathNumber
public int[][] board
Copyright © 2017. All rights reserved.