bkerby

Untitled

Apr 15th, 2012
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [1,2,3] -> [ [[1,2,3]]
  2.            , [[1], [2,3]]
  3.            , [[1,2], [3]]
  4.            , [[1,3], [2]]
  5.            , [[1], [2], [3]]
  6.            ]
Advertisement
Add Comment
Please, Sign In to add comment