Package | Description |
---|---|
application | |
cube |
Modifier and Type | Method and Description |
---|---|
static String |
CubeSolver.createCubeRepForAlgorithm(ICube cube)
Creates the string representation of the cube.
|
private static void |
CubeSolver.handleSolution(ICube cube,
List<Move> moves)
Handle cube solution given the required moves
|
Modifier and Type | Class and Description |
---|---|
class |
Cube
This class represent the Rubik's cube itself as an object.
|