Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am chrismetcalfe on github.
  • I am chrsmtclf (https://keybase.io/chrsmtclf) on keybase.
  • I have a public key whose fingerprint is 6300 E28B 604E DCD6 CF17 31BE 1C61 01BC 370F F9B4

To claim this, I am signing this object:

@cmet7
cmet7 / gist:4279002
Created December 13, 2012 19:24 — forked from Yardboy/gist:4278677
# Let's say you have a collection of seven items:
['a', 'b', 'c', 'd', 'e', 'f', 'g']
# and you want to split it into three groups. What should the result be?
A.
[
['a', 'd', 'g'],
['b', 'e'],