Skip to content

Instantly share code, notes, and snippets.

@poying
Created December 21, 2014 08:12
Show Gist options
  • Save poying/e587fb4f394477de5390 to your computer and use it in GitHub Desktop.
Save poying/e587fb4f394477de5390 to your computer and use it in GitHub Desktop.
diff children
index │ children │ remove
───────┼─────────────────────┼────────
0 │ [a] b c d e │ a
0 │ [d] b a f g h │
│ d b c d e │
───────┼─────────────────────┼────────
1 │ a [b] c d e │ a
1 │ d [b] a f g h │
│ d b c d e │
───────┼─────────────────────┼────────
2 │ a b [c] d e │ a
2 │ d b [a] f g h │
│ d b c d e │
───────┼─────────────────────┼────────
2 │ a b [c] d e │
2 │ d b [a] f g h │
│ d b a c d e │
───────┼─────────────────────┼────────
2 │ a b [c] d e │ c
3 │ d b a [f] g h │
│ d b a f d e │
───────┼─────────────────────┼────────
3 │ a b c [d] e │ c d
4 │ d b a f [g] h │
│ d b a f g e │
───────┼─────────────────────┼────────
3 │ a b c d [e] │ c d e
4 │ d b a f g [h] │
│ d b a f g h │
───────┼─────────────────────┼────────
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment