fmctutorial

An in-depth FMC tutorial
git clone https://git.tronto.net/fmctutorial
Download | Log | Files | Refs | README | LICENSE

commit 0f7d99361ee9bd5831577fc6604fb9fbcbbe090d
parent 1163204f56a09f0f6ab0ed86b766f1c70833242d
Author: Sebastiano Tronto <sebastiano.tronto@gmail.com>
Date:   Sat, 11 Jan 2020 17:08:50 +0100

reorganised directories (2)

Diffstat:
Dadd_fewest_tutorial.txt | 34----------------------------------
RLL_algs_6-10.txt -> misc/LL_algs_6-10.txt | 0
2 files changed, 0 insertions(+), 34 deletions(-)

diff --git a/add_fewest_tutorial.txt b/add_fewest_tutorial.txt @@ -1,34 +0,0 @@ -NISS + skew centers -Advanced edge insertions (slice moves shenaningans) --------------------------------------------------- -more for other insertions : - -sexy F2 lexy F2 - ----------------------------------------- -by Daniel Rose-Levine: -Scramble: R' U' F D' F2 D U2 R2 D' L2 R' B2 F2 U2 B U L B' U F' L' U R' U' F - -U L F2 U F' + R' F' // 222 -R2 B2 U // 223 -B R2 U R' U' R2 B' // 4C - -+ F2 B2 L2 U L2 F2 B2 R2 D R2 - -Solution // U L F2 U F B2 L2 U L2 F2 B2 R2 D R F' R2 B2 U B R2 U R' U' R2 B' - 25 - ----------------------------------------------------------------------- -ADD MANY EXAMPLES! -- 2.2 find a good skeleton -- 2.1.9, 2.1.10 - - -add later: commutator tutorial -edge 3-cycle analysis -niss: why niss? - add 2c2e example as exercise ------------------------------------------------------------------------ - -References: tutorial by Andrew Nathenson, FMC group facebook (reddit?) - other tutorials on youtube? - diff --git a/LL_algs_6-10.txt b/misc/LL_algs_6-10.txt