| 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 | Description |
|---|---|---|
Pentomino.SolutionCategory |
Pentomino.getCategory(java.util.List<java.util.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(java.lang.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 © 2008–2025 Apache Software Foundation. All rights reserved.