Best result: 43
Mean: 53.00 (σ=14.47)
Score (total): 1
Best МО3: 44.67
Last МО3: 44.67
Solves total: 4
Submitted solves
| 530 43 | R' U' F B2 U B2 D' R2 U L2 B2 R2 U' F' R2 F' U R' B F' D' L F2 D R' U' F | y2 F' U' L' U' R' U2 D L D' y U' R L F L' U Rw2 U2 Rw2 R' y2 U' L' U L F U' F' U2 L' U L U y' R U2 R' U' R U R' U' R U' R' U' (43) |
//Calculated using HTM y2 F' U' L' U' R' U2 D L D' // (1x2x3 =: 9) y U' R L F L' U Rw2 U2 Rw2 R' // (-1F2L =: 10) y2 U' L' U L F U' F' U2 // (EO =: 8) L' U L U // (INSERT SLOT =: 4) y' R U2 R' U' R U R' U' R U' R' U' // (ZBLL =: 12) // TOTAL = 43!!!!! This was an extremely lucky solve, and I am quite proud of this solve. The 1x2x3 was quite intuitive, and the -1 F2L was quite good considering how many moves it usually takes. EO was okay, I usually would have used WV to insert the slot, but I don't know that many and I couldn't figure it out with the left-y alg. I learned ZBLL-H from H1-H4, which is a decent amount, and so I was quite happy to see that this ended up in a H-Perm. Overall, a 43 move solve is extremely good, especially for an inefficient solver like myself. |
| 530 46 | R' U' F D' B2 U' B2 U2 B2 F2 U L2 U L F L R' B2 D U' B' R' U2 L' U' R' U' F | F R2 B D L2 U' F' U R B2 U2 B' L' y' U' F2 U' L' U' L F' U L' U2 L U2 F y L U F' U' L' U L F L' y R' U L' U2 R U' R' U2 R L U2 (46) |
//COUNTED WITH HTM F R2 B D L2 U' F' U R B2 U2 B' // (2x2x3) [10] L' y' U' F2 U' L' U' L // (F2L - 1) [7] F' U L' U2 L U2 F // (F2L) [7] y L U F' U' L' U L F L' // (OLL) [9] y R' U L' U2 R U' R' U2 R L // (PLL) [10] U2 // SOLVE [1] // TOTAL: 44 Found a far cleaner solution, no ZBLL though. |
| 530 45 | R' U' F R2 U' B2 U L2 F2 D2 F2 D F2 R D' B2 F U2 R' B2 R' U2 F' U R' U' F | U L B2 D' L' B' L2 D L' F L' y F U F' U' F U2 R U' R' y' F' U F R U R' F' U' F R U2 R' U2 R U R' y2 F' Rw U R' U' Rw' F R U' (45) |
U L B2 D' L' B' // 123 (6) L2 D L' F L' // 223 (5) y F U F' U' F U2 R U' R' // F2L-1 (9) y' F' U F R U R' F' U' F // F2L-1 + EO (9) R U2 R' U2 R U R' // EO-LL (7) y2 F' Rw U R' U' Rw' F R U' // OLL + PLL Skip ! (9) decent block-building, and pll skip was nice. // 6+5=11 ;; 9+9=18 ;; 7+9=16 ;; // 11+18=29 ;; 29+16=45 ;; |
| 527 78 | R' U' F D' L2 F2 D' R2 D' F2 D2 U B' L2 U2 F' L F D2 R' U' B D2 R' U' F | Bw U L' R U z' U' R' D B' D2 U Bw' B U Bw B' F' U' Bw B' U2 Bw' B L' U' L R U R' U2 F U' F2 U R U2 R' U2 R U R' L' U2 L U2 L' U L y R U2 R' U' R U R' U' R U' R' y R' U' F' R U R' U' R' F R2 U' R' U' R U R' U R U2 (78) |
Bw U L' R U // 1x1x3 BLOCK: 5 MOVES z' // ROTATION U' R' D B' D2 //1x2x3 BLOCK: 6 MOVES U Bw' B U Bw B' //FIRST EDGE INSERT: 6 MOVES F' U' Bw B' U2 Bw' B //SECOND EDGE INSERT: 8 MOVES L' U' L R U R' U2 F U' F2 //EO + EDGE: 12 MOVES U R U2 R' U2 R U R' //F2L-1 + EO: 9 MOVES L' U2 L U2 L' U L //F2L + EO: 7 MOVES y //ROTATION R U2 R' U' R U R' U' R U' R' //OLL: 12 MOVES y //ROTATION R' U' F' R U R' U' R' F R2 U' R' U' R U R' U R U2 //SOLVE: 21 MOVES //TOTAL: 76 Quite a non-optimal solution, but the PLL was extremely unlucky. It was the best solution that I could come up with. |