Hi All
I have a problem I'm hoping someone can help me out with. I need to obtain different permutations of a list of objects. However, the list could potentially be enormous (~1000 objects) and I should never need all the permutations, so I don't want to calculate the permutations ahead of time, rather obtain them as I need them.
So basically:
A) Order List<Objects>
B) Check whether this permutation...