Skip to content

Instantly share code, notes, and snippets.

@kmcgaire
Last active May 30, 2016 22:19
Show Gist options
  • Save kmcgaire/1f6f6102222a6d3a35beb53793dbbf23 to your computer and use it in GitHub Desktop.
Save kmcgaire/1f6f6102222a6d3a35beb53793dbbf23 to your computer and use it in GitHub Desktop.
Name Diagram Algorithm Comment
Sune image (R U R' U) R U2 R' Take out a pair, move it over, insert it back
Anit-Sune image R U2 R' U' R U' R' Similar to one above
HeadLights image) [(R U R' U) R U2 R'] U [R U2 R' U' R U' R'] Sune U Anti-Sune (not efficient)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment