I'm studying some algorithm techniques and I came across a problem that I'm stuck in, I need to do all the permutation possibilities between two vectors. For example:
[1,2,3] and [5,6,7]
You need to generate:
[123] and [567]
[125] an...
asked by
29.08.2015 / 22:41