All Questions
Tagged with more-itertools combinations
1 question
1
vote
1
answer
49
views
Find if a set of lists of 2 values are the result of the possible combination of a n-value list
I have used itertools to find all possible 2-element combination (without repetition) from a set of 10 elements to which I have applied some filtering to reduce the 2-element combination based on ...