Skip to content

Instantly share code, notes, and snippets.

@timmc
Created May 22, 2011 17:01
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 timmc/985675 to your computer and use it in GitHub Desktop.
Save timmc/985675 to your computer and use it in GitHub Desktop.
expected = {
0:{
0:set([]),
1:set([0,5]),
2:set([0,1,5]),
3:set([0,1,2,5]),
4:set([0,1,2,3,5]),
5:set([])
},
1:{
0:set([]),
1:set([0])
},
2:{
0:set([]),
1:set([0,2]),
2:set([])
}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment