public class Sudoku extends Object
| 限定符和类型 | 类和说明 |
|---|---|
protected static interface |
Sudoku.ColumnName
This interface is a marker class for the columns created for the
Sudoku solver.
|
| 构造器和说明 |
|---|
Sudoku(InputStream stream)
Set up a puzzle board to the given size.
|
public Sudoku(InputStream stream) throws IOException
stream - The input stream to read the data fromIOExceptionpublic void solve()
public static void main(String[] args) throws IOException
args - a list of puzzle filenames to solveIOExceptionCopyright © 2009 The Apache Software Foundation