[toc] ## Edges Only ### Ua ![image](https://hackmd.io/_uploads/SyW9ZslWgx.png =100x) (R U' R) (U R U R) (U' R' U' R2) y2 (R U R' U) (R' U') (R2 U' R') (U R' U R) [U2] M2' U M' U2 M U M2' ### Ub ![image](https://hackmd.io/_uploads/HyEbfjxWgl.png =100x) R2 U R U (R' U') (R' U') (R' U R') y2 R' U R' U' R' U' R' U R U R2 M2' U' M' U2 M U' M2' ### Z ![image](https://hackmd.io/_uploads/ByTzmigZgx.png =100x) (M2' U) (M2' U) M' U2 M2' U2 M' [U2] y M' U M2' U M2' U M' U2 M2' [U'] y R' U' R U' R U R U' R' U R U R2 U' R' [U2] ### H ![image](https://hackmd.io/_uploads/Sk8D7ixble.png =100x) M2' U M2' U2 M2' U M2' :::info U是 1 -> 2 -> 1 ::: R2 U2 R U2 R2 U2 U2 U2 R U2 R2 ## Corners Only ### Aa ![image](https://hackmd.io/_uploads/B1HiXsg-ll.png =100x) x (R' U R') D2 (R U' R') D2 R2 (x') :::info [x R' : [U, R' D2 R]] = x R' [U, R' D2 R] R x' = x R' U R' D2 R U' R' D2 R2 (x') ::: ### Ab ![image](https://hackmd.io/_uploads/SJ-mEoeWxx.png =100x) x R2' D2 (R U R') D2 (R U' R) (x') :::info [x R2' : [D2, R U R']] = x R2' [D2, R U R'] R2 x' = x R2' D2 R U R' D2 R U' R' R2 x' = x R2' D2 R U R' D2 R U' R x' ::: ### E ![image](https://hackmd.io/_uploads/H1AJrsgWgl.png =100x) R' U' R' D' R U' R' D R U R' D' R U R' D' R2 :::info D 是 逆正逆正 R U' R' -> 插入(R U' R') -> 取出(R U R') -> 取出(R U R') ::: x' (R U' R' D) (R U R' D') (R U R' D) (R U' R' D') ## Adjacent Corner Swap ### Ra ![image](https://hackmd.io/_uploads/HJhKBix-gx.png =100x) (R U R' F') (R U2' R') (U2' R') (F R) (U R U2' R') [U'] (R U' R' U') (R U R D) (R' U' R D') (R' U2' R') [U'] :::info 第一個track pair就好記了 第二個有D move, 很尷尬 ::: ### Rb ![image](https://hackmd.io/_uploads/S1I4LilWel.png =100x) (R' U2') (R U2') (R' F) (R U R' U') (R' F') R2 [U'] ### Ja ![image](https://hackmd.io/_uploads/BkYwLje-le.png =100x) R' U L' U2' R U' R' U2' L R [U'] :::info 很怪的L move ::: y R' U2 R U R' U2 L U' R U L' ### Jb ![image](https://hackmd.io/_uploads/rkIhLsx-xe.png =100x) (R U R' F') (R U R' U') R' (F R2 U' R') [U'] :::info 最強PLL, 一樣track pair ::: ### T ![image](https://hackmd.io/_uploads/ryAHwixbxe.png =100x) (R U R' U') (R' F) (R2 U' R' U') (R U R' F') :::info OLL 33 + OLL 37, 33結尾跟37開頭的F cancel掉 ![image](https://hackmd.io/_uploads/HJWWOoebgx.png =80x) (R U R' U' R' F R F') ![image](https://hackmd.io/_uploads/ryZG_igbxx.png =80x) (F R U' R' U' R U R' F') ::: ### F ![image](https://hackmd.io/_uploads/rkFwOixblg.png =100x) R' U' F' (R U R' U' R' F R2 U' R' U' R U R') U R :::info 使用 T Perm 實現: [R' U' F' : T Perm] = R' U' F' (R U R' U' R' F R2 U' R' U' R U R' F') F U R = R' U' F' R U R' U' R' F R2 U' R' U' R U R' U R ::: ## Diagonal Corner Swap ### Y F (R U' R' U') (R U R' F') (R U R' U') (R' F R F') :::info 與 T Perm 相反 (OLL33 + OLL37), Y Perm 是 OLL37 + OLL33 ![image](https://hackmd.io/_uploads/ryZG_igbxx.png =80x) (F R U' R' U' R U R' F') ![image](https://hackmd.io/_uploads/HJWWOoebgx.png =80x) (R U R' U' R' F R F') ::: ### V ![image](https://hackmd.io/_uploads/HkSROilZlx.png =100x) (R' U R' d') R' F' (R2 U' R' U) (R' F R F R' U R' U' R D' R' D R' D' U R2 U' R2 D R2 :::info 數一數二難做的東西 ::: ### Na ![image](https://hackmd.io/_uploads/r119tolWel.png =100x) (R U R' U) (R U R' F') (R U R' U') R' (F R2 U' R') (U2 R U' R') :::info 使用 Jb Perm 實現: [R U R' U : Jb Perm] = R U R' U (R U R' F' R U R' U' R' F R2 U' R' U') U' R U' R' = R U R' U R U R' F' R U R' U' R' F R2 U' R' U2' R U' R' ::: ### Nb ![image](https://hackmd.io/_uploads/rJi7col-ll.png =100x) R' (U R U' R') (F' U' F) (R U R') (F R' F' R) (U' R) R' U L' U2 R U' L R' U L' U2 R U' L r' D' F r U' r' F' D r2 U r' U' r' F r F' :::info 詭異的手法。 ::: ## G Perm (四大天王) ~~該死的東西~~ ### Ga ![image](https://hackmd.io/_uploads/SJoIqjl-xx.png =100x) (R2 U R' U R' U') (R U' R2) (D U') (R' U R) (D' [U]) ### Gb ![image](https://hackmd.io/_uploads/rkfT9seWgl.png =100x) (F' U' F) R2 (u R' U) (R U' R u') R2' y' R' U' R (U D') R2 U R' U R U' R U' R2 D [U'] ### Gc ![r](https://hackmd.io/_uploads/SJOQjogWle.png =95x) R2' F2 R (U2' R) (U2' R') F (R U R' U') (R' F R2) y2 R2 U' R U' R U R' U R2 (D' U) R U' R' D ### Gd ![image](https://hackmd.io/_uploads/r1rwosebge.png =100x) R U R' (D U') R2 U' R (U' R' U R' U) R2 D' [U]