-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathalgorithm.txt
More file actions
127 lines (94 loc) · 3.04 KB
/
algorithm.txt
File metadata and controls
127 lines (94 loc) · 3.04 KB
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
54 TOTAL 'FACETS,' 48 OF WHICH ARE 'MOVABLE'
Assign each of the 54 a color (B = BLUE,G = GREEN,O = ORANGE,R = RED,W = WHITE,Y = YELLOW), inputting 48 of them as a
sequential string -> based on input, assign movements with respect to facet/side corellation.
???
U = RED == 1
L = BLUE == 2
F = WHITE == 3
R = GREEN == 4
B = YELLOw == 5
D = ORANGE == 6
Mapping:
--- --- ---
|0,0|0,1|0,2|
--- --- ---
|1,0|1,1|1,2|
--- --- ---
|2,0|2,1|2,2|
--- --- ---
--- --- ---
| 1 | 2 | 3 |
--- --- ---
| 4 | U | 5 |
--- --- ---
| 6 | 7 | 8 |
--- --- --- --- --- --- --- --- --- --- --- ---
| 9 | 10| 11| 17| 18| 19| 25| 26| 27| 33| 34| 35| Level I (20): (1, 2, 3, 4, 5 , 6, 7, 8, 9, 10, 11, 17, 18, 19, 25, 26, 27, 33, 34, 35)
--- --- --- --- --- --- --- --- --- --- --- ---
| 12| L | 13| 20| F | 21| 28| R | 29| 36| B | 37| Level II (8): (12, 13, 20, 21, 28, 29, 36, 37)
--- --- --- --- --- --- --- --- --- --- --- ---
| 14| 15| 16| 22| 23| 24| 30| 31| 32| 38| 39| 40| Level III (20): (14, 15, 16, 22, 23, 24, 30, 31, 32, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48)
--- --- --- --- --- --- --- --- --- --- --- ---
| 41| 42| 43|
--- --- ---
| 44| D | 45|
--- --- ---
| 46| 47| 48|
--- --- ---
Singmaster Notation (Modified)
Key Meaning
R Right face. In English, R is for “Right”.
L Left face. In English, L is for “Left”.
U Up or top face. In English, U is for “Up”.
D Down or bottom face. In English, D is for “Down”.
F Front face. In English, F is for “Front”.
B Back face. In English, B is for “Back”.
' Suffix for a reverse or anti-clockwise move. R' is the reverse of R.
2 Suffix for double move. R2 rotates R twice.
+ Suffix for two-face move. R+ is RL' in another form.
- Suffix for anti-two-face move. R- is RL in another form.
. Prefix for inner-slice move. “.R” is one step in from the R face.
C Prefix for whole-cube move. In English, C is for “Cube”.
SIDE NOTATION:
U = UP
F = FRONT
R = RIGHT
L = LEFT
D = DOWN
B = BACK
MOVE NOTATION:
U = ROTATE "U" CLOCKWISE
u = ROTATE "U" COUNTER-CLOCKWISE
F = ROTATE "F" CLOCKWISE
f = ROTATE "F" COUNTER-CLOCKWISE
R = ROTATE "R" CLOCKWISE
r = ROTATE "R" COUNTER-CLOCKWISE
L = ROTATE "L" CLOCKWISE
l = ROTATE "L" COUNTER-CLOCKWISE
D = ROTATE "D" CLOCKWISE
d = ROTATE "D" COUNTER-CLOCKWISE
B = ROTATE "B" CLOCKWISE
b = ROTATE "B" COUNTER-CLOCKWISE
Level I: Top layer, 21 facets total -> (1, 2, 3, 4, 5 , 6, 7, 8, 9, 10, 11, 17, 18, 19, 25, 26, 27, 33, 34, 35)
-
-
-
-
-
Level II: Mid-layer, 9 facets total -> ()
-
-
-
-
-
Level III: Bottom Layer; 21 facets total -> ()
-
-
-
-
-
We don't need middle slice movements --> a clockwise middle slice movement is the same as a counter-clockwise movement of its outerlayers, and vice-versa
Initial State "Hard Code" ==> Clean --> ULDRFbul
Level I: fBruf dfDFDDdlDL
Level II: drDRDFdf
Level III: