SQ1 EO Algorithms
EO stands for Edge Orientation. Before this step, you have to complete Cube Shape and Corner Orientation.
After EO, the top and bottom faces should be solved.
EO Algs
1 / 1
• 1,0 / 3,0 / 3,0 / -1,-1 / -2,1 / -3,0 / -1,0
Opp / Opp
• 1,0 / -1,-1 / 0,1Basically just an M2
4 / 4
• 1,0 / -1,-1 / -2,4 / -1,-1 / 0,1M2 U' D M2
Adj / Adj
• 1,0 / 3,0 / -1,-1 / -3,0 / 0,1
3 / 3
• 1,0 / 3,0 / 3,0 / -1,-1 / -3,0 / -3,0 / 0,1
Adj / Opp
• 1,0 / 0,-3 / 0,3 / 2,-1 / -3,0 / 0,1Fastest alg
• 1,0 / 3,0 / 3,0 / -1,-1 / -2,1 / -4,-1 / 1,0Preserves CP
Opp / Adj
• 0,-1 / 3,0 / -3,0 / 1,-2 / 0,3 / -1,0Fastest alg
• 0,-1 / 0,-3 / 0,-3 / 1,1 / -1,2 / 1,4 / -1,0Preserves CP