Package | Description |
---|---|
org.apache.hadoop.examples.dancing |
This package is a distributed implementation of Knuth's dancing links
algorithm that can run under Hadoop.
|
Modifier and Type | Method and Description |
---|---|
Pentomino.SolutionCategory |
Pentomino.getCategory(List<List<Pentomino.ColumnName>> names)
Find whether the solution has the x in the upper left quadrant, the
x-midline, the y-midline or in the center.
|
static Pentomino.SolutionCategory |
Pentomino.SolutionCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Pentomino.SolutionCategory[] |
Pentomino.SolutionCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2010 The Apache Software Foundation