Created
March 19, 2019 02:29
-
-
Save rrmhearts/4ca5cd80053ffeac7686282ee2821ce3 to your computer and use it in GitHub Desktop.
Flip last edges of Rubik's cube
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Flip last two edges in place. Front-top edge and left-top edge. | |
For this example, an algorithm that is more simple to remember, | |
and can be altered for the other case (opposite edges), is this: | |
F' E F2 E2 F' U' F E2 F2 E' F and U. | |
Replace U and U' with U2 for the case of flipping two opposite edges on top face. | |
(E is the equatorial slice, viewed from face U) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment