Rubik's algo 3x3

Ruwix / Quelle méthode pour votre niveau ?

see also

Methode debutante

Method Fridrich - review

Prioriser l’apprentisage des PLL (21) sur les OLL (57).
Commens par les OLL 2 look (construction de la croix jaune)

badmephisto pdf

/ mirror

La croix

Les F2L intuitifs

Les F2L

les OLL et PLL 2 look !

Obtenir la croix jaune

Completer avec Les OLL adaptés - #57

R U R’ U R U2 R’ - small square
R U2 R’ U’ R U’ R’

R U2 R’ U’ R U R’ U’ R U’ R’ - cross
R U2 R2 U’ R2 U’ R2 U2 R

R2 D R’ U2 R D’ R’ U2 R’ - 2 up l’ U’ R D’ R’ U R D

Les PLL - #21

M2 U’ M2 U2 M2 U’ M2 - PLL H

R2 U’ S’ U2 S U’ R2 - fastests U perm

R U R’ F’ R U R’ U’ R’ F R2 U’ R’ U’ - PLL J & J’
R’ U L’ U2 R U’ R’ U2 L R U’

Advanced (sub 10s)

Algorithm

Les COLL

  • XCROSS
  • WINTER VARIATION
  • ZBLL (493)
  • 1LLL (3000)

Kociemba’s Algorithm

A computer algorithm for solving the 3x3x3 cube, created by Herbert Kociemba. It is similar to the Thistlethwaite’s algorithm though with fewer steps thanks to the improvement of computer memory storage and processing speed.

Two Phase Approach

The core of the 2-phase approach is this:

  • Solve the cube into a state with a certain property.
  • Solve the rest of the cube.

If we select F2L as our property, we get:

  • Solve the first two layers.
  • Solve the last layer.

If you solve F2L with the fewest moves possible, then solve the resulting LL case optimally, you’ll end up with a decently short solution. However, there might be a shorter solution: in that case, the first phase might take more moves, but get us an easy LL case (or an LL skip!).

Iterative Deepening (for Phase 1)

Let’s say our first solution took 15 moves for F2L and 11 moves for LL. That means that our cube takes at most 15 + 11 = 26 moves to solve.
So let’s try looking at all the solutions that take 15 moves for F2L. If any of them give us an LL that takes fewer than 11 moves, we can find a shorter solution.

Written on November 23, 2022, Last update on September 19, 2023
rubik