public class Sudoku extends Object
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
checkColumnRules() |
protected boolean |
checkRowRules() |
protected boolean |
checkSquareRules() |
static void |
main(String[] args) |
org.apache.myfaces.tobago.example.demo.sudoku.Sudoku.Result |
solve() |
String |
toString() |
public org.apache.myfaces.tobago.example.demo.sudoku.Sudoku.Result solve()
protected boolean checkRowRules()
protected boolean checkColumnRules()
protected boolean checkSquareRules()
public static void main(String[] args)
Copyright © 2002-2020 The Apache Software Foundation. All Rights Reserved.