Minimum number of steps needed to solve a rubik cube

17k Views Asked by At

Long time ago I've seen a book on group theory and there was an appendix about rubik cube. I remember there were only three steps that enabled me to solve my cube (three strings with letters encoding some rotation). I don't remember them now and I can't google something similar either (I find only very long and complicated solutions). Can somebody tell me what those steps may have been?

EDIT: Maybe this helps: I've remembered that first subroutine involved swapping edges to make crosses on each side, and the last (the longest) is rotating three corners on front side. The second was about rotating colors on corners in place or something like that.

4

There are 4 best solutions below

1
On BEST ANSWER

This method of solving the cube is NOT recommended, but I believe this is the answer to what you want:

  1. Permute 3 edges: R2 U R U R' U' R' U' R' U R'

  2. Permute 3 corners: R' F R' B2 R F' R' B2 R2

  3. Rotate 2 corners: R U R' U R U2 R' U2 R' U' R U' R' U2 R U2

Using 1. it is possible to get a cross with the edges on all sides. After 2. all the corners should be in the right place (but not necessarily rotated correctly). Step 3. should fix that.

Sorry for no drawings but 1. will permute 3 edges on the top face. Step 2. will permute 3 corners on the top face. And step 3. will rotate the 2 left corners on the top face.

2
On

This might help:

See the discussion and references to notation on the associated Wikipedia page Optimal solutions for Rubik's Cube.

This might be looking for: See the attached pdf: Rubik's Cube Solution. It explains notation used, and then proceeds to describe "3 layers" (subroutines) to follow for solving the Rubik's cube.

0
On

You need a small number of subroutines. I used to solve one layer by inspection and put it on the bottom. Then you need the ability to swap one pair of corners, leaving all other corners alone. You can switch any pair of corners with one such subroutine. Say you know how to swap FLU and FRU, but want to swap BLU and FRU instead. Find and remember a series of moves to bring the corners you want to swap into FLU/FRU, do your subroutine, then undo the moves that brought the corners to FLU/FRU. This type of commutator will make your subroutines general. Then you need to rotate two corners, swap two pairs of edges, and flip a pair of edges and you are done. That is four, not three subroutines, but it is close. This won't get you an optimal solution in terms of moves or time, but it is probably optimal in terms of effort to learn.

0
On

Take from here:

Every position of Rubik's Cube™ can be solved in twenty moves or less.

With about 35 CPU-years of idle computer time donated by Google, a team of researchers has essentially solved every position of the Rubik's Cube™, and shown that no position requires more than twenty moves. We consider any twist of any face to be one move (this is known as the half-turn metric.)

The resulting algorithm has been called God's Algorithm and is explained here. The first page linked above even has code you can download and run on your own desktop machine.