public class OneSidedPentomino extends Pentomino
Pentomino.ColumnName, Pentomino.Piece, Pentomino.SolutionCategory
fourRotations, height, oneRotation, pieces, twoRotations, width
构造器和说明 |
---|
OneSidedPentomino() |
OneSidedPentomino(int width,
int height) |
限定符和类型 | 方法和说明 |
---|---|
protected void |
initializePieces()
Define the one sided pieces.
|
static void |
main(String[] args)
Solve the 3x30 puzzle.
|
getCategory, getSplits, setPrinter, solve, solve, stringifySolution
public OneSidedPentomino()
public OneSidedPentomino(int width, int height)
protected void initializePieces()
initializePieces
在类中 Pentomino
public static void main(String[] args)
args
- Copyright © 2009 The Apache Software Foundation