Cube_One_Handed / json /pll.json.js
AK51's picture
Upload 5 files
a5cb979 verified
Raw
History Blame Contribute Delete
5.19 kB
OH_ALGORITHMS.pll = {
"title": "OH PLL - Permutation of Last Layer",
"description": "OH PLL algorithms from CubeSkills by Feliks Zemdegs. All 21 cases.",
"cases": [
{
"name": "Ub (bar back)",
"case": "Edges Only",
"algs": [
{
"notation": "z U' R U' R' U' R' U' R U R U2 z'",
"moves": 11,
"note": "OH"
}
]
},
{
"name": "Ub (bar front)",
"case": "Edges Only",
"algs": [
{
"notation": "(R' U R' U') (R' U' R' U) R U R2",
"moves": 11,
"note": "OH"
}
]
},
{
"name": "Ua (bar back)",
"case": "Edges Only",
"algs": [
{
"notation": "R U' R U R U R U' R' U' R2",
"moves": 11,
"note": "OH"
}
]
},
{
"name": "Ua (bar front)",
"case": "Edges Only",
"algs": [
{
"notation": "R2 U' R' U' R U R U R U' R",
"moves": 11,
"note": "OH"
}
]
},
{
"name": "Z",
"case": "Edges Only",
"algs": [
{
"notation": "(R' U' R U') (R U R U') (R' U R U) R2 U' R'",
"moves": 15,
"note": "OH"
}
]
},
{
"name": "H",
"case": "Edges Only",
"algs": [
{
"notation": "x' R r U2 R' r' u' U' R2 U D z'",
"moves": 11,
"note": "OH"
}
]
},
{
"name": "Aa",
"case": "Corners Only",
"algs": [
{
"notation": "x' (R U' R) D2 (R' U R) D2 R'2 x",
"moves": 9,
"note": "OH"
}
]
},
{
"name": "Ab",
"case": "Corners Only",
"algs": [
{
"notation": "x' L' U L' D2 L U' L' D2 L2 x",
"moves": 9,
"note": "OH"
}
]
},
{
"name": "E",
"case": "Corners Only",
"algs": [
{
"notation": "x' R U' R' D R U R' D' R U R' D R U' R' D' x",
"moves": 16,
"note": "OH"
}
]
},
{
"name": "Ra",
"case": "Adjacent Corners",
"algs": [
{
"notation": "(R U' R' U') (R U R D) (R' U' R D') (R' U2 R' U')",
"moves": 15,
"note": "OH"
}
]
},
{
"name": "Rb",
"case": "Adjacent Corners",
"algs": [
{
"notation": "R' U2 R' D' R U' R' D R U R U' R' U' R",
"moves": 15,
"note": "OH"
}
]
},
{
"name": "Ja",
"case": "Adjacent Corners",
"algs": [
{
"notation": "R' U L' U2 R U' R' U2 R L",
"moves": 10,
"note": "OH"
}
]
},
{
"name": "Jb",
"case": "Adjacent Corners",
"algs": [
{
"notation": "R U2 R' U' R U2 L' U R' U' L",
"moves": 11,
"note": "OH"
}
]
},
{
"name": "T",
"case": "Adjacent Corners",
"algs": [
{
"notation": "R U R' U' R' F R2 U' R' U' R U R' F'",
"moves": 14,
"note": "OH"
}
]
},
{
"name": "F",
"case": "Adjacent Corners",
"algs": [
{
"notation": "(R U R' U') (R' U R U2) L' (R' U R U') L (U' R U' R')",
"moves": 18,
"note": "OH"
}
]
},
{
"name": "V",
"case": "Diagonal Corners",
"algs": [
{
"notation": "(R U'2 R' D) (R U' R U') R (U R2 D R') U' R D2",
"moves": 16,
"note": "OH"
}
]
},
{
"name": "Y",
"case": "Diagonal Corners",
"algs": [
{
"notation": "F R U' R' U' R U R' F' R U R' U' R' F R F'",
"moves": 17,
"note": "OH"
}
]
},
{
"name": "Na",
"case": "Diagonal Corners",
"algs": [
{
"notation": "z (U R' D R2 U' R D') (U R' D R2 U' R D') z'",
"moves": 14,
"note": "OH"
}
]
},
{
"name": "Nb",
"case": "Diagonal Corners",
"algs": [
{
"notation": "z (U' R D' R2 U R' D) (U' R D' R2 U R' D) z'",
"moves": 14,
"note": "OH"
}
]
},
{
"name": "Ga",
"case": "G Perms",
"algs": [
{
"notation": "R2 u (R' U R' U') R u' R2 y L' U L",
"moves": 15,
"note": "OH"
}
]
},
{
"name": "Gb",
"case": "G Perms",
"algs": [
{
"notation": "R' U' R U D' (R2 U R' U) (R U' R U') R2 D",
"moves": 15,
"note": "OH"
}
]
},
{
"name": "Gc",
"case": "G Perms",
"algs": [
{
"notation": "R2 u' (R U' R U) R' u R2 y R U' R'",
"moves": 15,
"note": "OH"
}
]
},
{
"name": "Gd",
"case": "G Perms",
"algs": [
{
"notation": "(R U R') y' (R2 u' R U') (R' U R' u R2)",
"moves": 15,
"note": "OH"
}
]
}
]
};