User stat will be appear here after 3 submitted results.
Submitted solves
416 37 | R' U' F D' F2 L2 D B2 U B2 U2 F2 D' B L' R D' R' F' U' L B' D2 F U' R' U' F | D' L B' L' D' L U' L' D L D' F' U R2 D' U2 L U2 L2 U' L R' D2 R U R' D2 R U2 L U2 L' B' U2 B L D2 (37) |
D' L B' U' * D' F' U R2 D' // pseudo 2x2x3 (9) U2 L U2 L2 U' L ** // pseudo f2l-1 (15) U' L U2 L' B' U2 B // 5c (22) L D2 // pseudo blocks fix (24) * [U, L' D' L] (8-2, 30) ** [R' D2 R, U] (8-1, 37) Insertions arent optimal at all, since i spent too much time on earlier steps and had to rush at the end. It was just barely sub hour. |