public class OneSidedPentomino extends Pentomino
Pentomino.ColumnName, Pentomino.Piece, Pentomino.SolutionCategory
fourRotations, height, oneRotation, pieces, twoRotations, width
Constructor and Description |
---|
OneSidedPentomino() |
OneSidedPentomino(int width,
int height) |
Modifier and Type | Method and Description |
---|---|
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
in class Pentomino
public static void main(String[] args)
args
- Copyright © 2010 The Apache Software Foundation