/2x2x2-Rubik-Cube-Solver

Prints out the steps needed to solve an inputted 2x2x2 cube using recursion.

Primary LanguageJava

2x2x2-Rubik-s-Cube-Solver

This java program takes in the input of a 2x2x2 rubiks cube, and in return uses recursion to print the list of steps needed to solve the cube.