| Package | Description |
|---|---|
| org.mariuszgromada.math.janetsudoku |
| Modifier and Type | Method and Description |
|---|---|
BoardCell[] |
SudokuSolver.getAllBoardCells()
Get all current board cells.
|
BoardCell[] |
SudokuSolver.getSolutionBoardCells()
Return solution board cells keeping the solution
path order.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
SudokuStore.solutionPathToString(BoardCell[] solutionBoardCells)
Returns string representation of the 'path' leading to the solution.
|
Copyright © 2017. All rights reserved.