English

Algorithms for Solving Rubik's Cubes

Data Structures and Algorithms 2011-06-29 v1 Computational Complexity Computational Geometry Combinatorics

Abstract

The Rubik's Cube is perhaps the world's most famous and iconic puzzle, well-known to have a rich underlying mathematical structure (group theory). In this paper, we show that the Rubik's Cube also has a rich underlying algorithmic structure. Specifically, we show that the n x n x n Rubik's Cube, as well as the n x n x 1 variant, has a "God's Number" (diameter of the configuration space) of Theta(n^2/log n). The upper bound comes from effectively parallelizing standard Theta(n^2) solution algorithms, while the lower bound follows from a counting argument. The upper bound gives an asymptotically optimal algorithm for solving a general Rubik's Cube in the worst case. Given a specific starting state, we show how to find the shortest solution in an n x O(1) x O(1) Rubik's Cube. Finally, we show that finding this optimal solution becomes NP-hard in an n x n x 1 Rubik's Cube when the positions and colors of some of the cubies are ignored (not used in determining whether the cube is solved).

Cite

@article{arxiv.1106.5736,
  title  = {Algorithms for Solving Rubik's Cubes},
  author = {Erik D. Demaine and Martin L. Demaine and Sarah Eisenstat and Anna Lubiw and Andrew Winslow},
  journal= {arXiv preprint arXiv:1106.5736},
  year   = {2011}
}

Comments

34 pages, 9 figures. A short version of this paper is to appear at the 19th Annual European Symposium on Algorithms

R2 v1 2026-06-21T18:28:46.982Z