Skip to content

Instantly share code, notes, and snippets.

@rrmhearts
Created March 19, 2019 02:29
Show Gist options
  • Save rrmhearts/4ca5cd80053ffeac7686282ee2821ce3 to your computer and use it in GitHub Desktop.
Save rrmhearts/4ca5cd80053ffeac7686282ee2821ce3 to your computer and use it in GitHub Desktop.
Flip last edges of Rubik's cube
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