Is it possible to enumerate for all permutations of two IEnumerables using linq
Posted
by James Hay
on Stack Overflow
See other posts from Stack Overflow
or by James Hay
Published on 2010-04-13T13:05:19Z
Indexed on
2010/04/13
13:23 UTC
Read the original article
Hit count: 441
I could do this using loops, but is there a way to take two IEnumerables, enumerate through all possible permutations and select an object that contains the permutation? I feel like this 'should' be possible but am not really sure what operators to use.
Thanks James
© Stack Overflow or respective owner