-
Notifications
You must be signed in to change notification settings - Fork 0
/
ohpll.html
111 lines (110 loc) · 3.34 KB
/
ohpll.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!--If youre seeing this this is the correct version.-->
<h1>The 21 Pll Algorithms</h1>
<b1>Note: Recognize G-Perms by the location of the bar relative to the headlights.</b1>
<table style ="width:100%", border = "6">
<tr>
<th>Ua Perm</th>
<th><img src="plls/uapll.png" width="100" height="100"></th>
<th>(y2) M2 U M U2 M' U M2</th>
</tr>
<tr>
<th>Ub Perm</th>
<th><img src="plls/ubpll.png" width="100" height="100"></th>
<th>(y2) M2 U' M U2 M' U' M2</th>
</tr>
<tr>
<th>T Perm</th>
<th><img src="plls/tpll.png" width="100" height="100"></th>
<th>R U R' U' R' F R2 U' R' U' R U R' F'</th>
</tr>
<tr>
<th>F Perm</th>
<th><img src="plls/fpll.png" width="100" height="100"></th>
<th>(y) R' U' F' R U R' U' R' F R2 U' R' U' R U R' U R</th>
</tr>
<tr>
<th>Ja Perm</th>
<th><img src="plls/japll.png" width="100" height="100"></th>
<th>L' U' L F L' U' L U L F' L2' U L U</th>
</tr>
<tr>
<th>Jb Perm</th>
<th><img src="plls/jbpll.png" width="100" height="100"></th>
<th>R U R' F' R U R' U' R' F R2 U' R' U'</th>
</tr>
<tr>
<th>Ra Perm</th>
<th><img src="plls/rapll.png" width="100" height="100"></th>
<th>(y') R U' R' U' R U R D R' U' R D' R' U2 R' U'</th>
</tr>
<tr>
<th>Rb Perm</th>
<th><img src="plls/rbpll.png" width="100" height="100"></th>
<th>R' U2 R U2' R' F R U R' U' R' F' R2 U'</th>
</tr>
<tr>
<th>Y Perm</th>
<th><img src="plls/ypll.png" width="100" height="100"></th>
<th>F R U' R' U' R U R' F' R U R' U' R' F R F'</th>
</tr>
<tr>
<th>V Perm</th>
<th><img src="plls/vpll.png" width="100" height="100"></th>
<th>R' U R' U' y R' F' R2 U' R' U R' F R F</th>
</tr>
<tr>
<th>Aa Perm</th>
<th><img src="plls/aapll.png" width="100" height="100"></th>
<th>(y') x R2 U2 R' D R U2 R' D R'</th>
</tr>
<tr>
<th>Ab Perm</th>
<th><img src="plls/abpll.png" width="100" height="100"></th>
<th>x R D' R U2 R' D R U2 R2'</th>
</tr>
<tr>
<th>H Perm</th>
<th><img src="plls/hpll.png" width="100" height="100"></th>
<th>M2' U M2' U2 M2' U M2'</th>
</tr>
<tr>
<th>Z Perm</th>
<th><img src="plls/zpll.png" width="100" height="100"></th>
<th>(y) M' U M2 U M2 U M' U2 M2</th>
</tr>
<tr>
<th>Na Perm</th>
<th><img src="plls/napll.png" width="100" height="100"></th>
<th>R U R' U R U R' F' R U R' U' R' F R2 U' R' U2 R U' R'</th>
</tr>
<tr>
<th>Nb Perm</th>
<th><img src="plls/nbpll.png" width="100" height="100"></th>
<th>L' U' L U' L' U' L F L' U' L U L F' L2' U L U2' L' U L</th>
</tr>
<tr>
<th>E Perm</th>
<th><img src="plls/epll.png" width="100" height="100"></th>
<th>(y) x' R U' R' D R U R' D' R U R' D R U' R' D' x</th>
</tr>
<tr>
<th>Ga Perm</th>
<th><img src="plls/gapll.png" width="100" height="100"></th>
<th>(y) R2 U R' U R' U' R U' R2 D U' R' U R D'</th>
</tr>
<tr>
<th>Gb Perm</th>
<th><img src="plls/gbpll.png" width="100" height="100"></th>
<th>(y) F' U' F R2 u R' U R U' R u' R2'</th>
</tr>
<tr>
<th>Gc Perm</th>
<th><img src="plls/gcpll.png" width="100" height="100"></th>
<th>(y') R2' F2 R U2' R U2' R' F R U R' U' R' F R2</th>
</tr>
<tr>
<th>Gd Perm</th>
<th><img src="plls/gdpll.png" width="100" height="100"></th>
<th>(y2) R U R' y' R2 u' R U' R' U R' u R2</th>
</tr>
</table>