Package | Description |
---|---|
ball.game.sudoku |
Classes for solving Sudoku.
|
Modifier and Type | Class and Description |
---|---|
class |
RuleOfElimination
Sudoku "rule-of-elimination"
Rule implementation. |
class |
RuleOfNIdenticalCellsOfSizeN
Sudoku "rule-of-N-identical-cells-of-size-N"
Rule implementation. |
class |
RuleOfSums
Sudoku simple "rule-of-sums"
Rule implementation. |
class |
RuleOfUniqueness
Sudoku "rule-of-uniqueness"
Rule implementation. |
Modifier and Type | Method and Description |
---|---|
boolean |
Puzzle.apply(Rule rule)
|
Copyright © 2015–2020 Allen D. Ball. All rights reserved.