Lets say you have seven lists, and each list has a different number of elements:
L1: 3
L2: 2
L3: 8
L4: 10
L5: 4
L6: 11
L7: 2
How would I determine the maximum number of different combinations that are possible if you must select one and only one element from each list?
I promise this isn't math homework, its something for a story I am working on.
L1: 3
L2: 2
L3: 8
L4: 10
L5: 4
L6: 11
L7: 2
How would I determine the maximum number of different combinations that are possible if you must select one and only one element from each list?
I promise this isn't math homework, its something for a story I am working on.