Skip to content

Instantly share code, notes, and snippets.

@dom111
Last active October 16, 2015 05:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dom111/697b60727746ebcd7a20 to your computer and use it in GitHub Desktop.
Save dom111/697b60727746ebcd7a20 to your computer and use it in GitHub Desktop.
santa([['Alice', 'Bob'], ['Carla', 'Dan', 'Erin'], ['Frank'], ['Gary']], {"Bob":["Frank"]});
santa([
[0, 0, 1, 1, 1, 1, 1],
[0, 0, 0, 0, 0, 1, 0],
[1, 1, 0, 0, 0, 1, 1],
[1, 1, 0, 0, 0, 1, 1],
[1, 1, 0, 0, 0, 1, 1],
[1, 1, 1, 1, 1, 0, 1],
[1, 1, 1, 1, 1, 1, 0]
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment