public class Sudoku
extends java.lang.Object
| Modifier and Type | Class | Description |
|---|---|---|
protected static interface |
Sudoku.ColumnName |
This interface is a marker class for the columns created for the
Sudoku solver.
|
| Constructor | Description |
|---|---|
Sudoku(java.io.InputStream stream) |
Set up a puzzle board to the given size.
|
| Modifier and Type | Method | Description |
|---|---|---|
static void |
main(java.lang.String[] args) |
Solves a set of sudoku puzzles.
|
void |
solve() |
public Sudoku(java.io.InputStream stream)
throws java.io.IOException
stream - The input stream to read the data fromjava.io.IOExceptionCopyright © 2008–2025 Apache Software Foundation. All rights reserved.