I have x code? Here I can have multiple changes consider 3.
0 - live code
0.1 - changes
0.2 - changes
0.3 - changes
I need make combinations, like:
0+0.1
0+0.2
0+0.3
0+0.1+0.2+0.3
0+0.1+0.2
0+0.1+0.3
0
Will this be under the category of permutations or combinations, or something else? How would I define a fomula for this? Say 3! = 3*2 = 6. This is permuations, but here I am doing combinations only, I think...? Look at permuation; I have seven ways import a codex, practically.
0 - live code
0.1 - changes
0.2 - changes
0.3 - changes
I need make combinations, like:
0+0.1
0+0.2
0+0.3
0+0.1+0.2+0.3
0+0.1+0.2
0+0.1+0.3
0
Will this be under the category of permutations or combinations, or something else? How would I define a fomula for this? Say 3! = 3*2 = 6. This is permuations, but here I am doing combinations only, I think...? Look at permuation; I have seven ways import a codex, practically.