Given a list of vectors arrays, build the cartesian product (every combination of one element from each) as a 2-D array.
arrays
Sign in to write and run your own code.
solve(...)