Algorithmic Programming

What's the most efficient way of generating all combinations between sets?
Ex.

{1,2,3}
{11,22,33}
{111,222,333}

after algo will make

{1,11,111}, {1,11,222}, ... , {3,33,333}?
Topic archived. No new replies allowed.