¡@

Home 

c# Programming Glossary: text4

How can I obtain all the possible combination of a subset?

http://stackoverflow.com/questions/13765699/how-can-i-obtain-all-the-possible-combination-of-a-subset

data.Add Text1 data.Add Text2 data.Add Text3 data.Add Text4 The problem I had was how can I get every combination of a subset.. list Kinda like this #Subset Dimension 4 Text1 Text2 Text3 Text4 #Subset Dimension 3 Text1 Text2 Text3 Text1 Text2 Text4 Text1.. Text4 #Subset Dimension 3 Text1 Text2 Text3 Text1 Text2 Text4 Text1 Text3 Text4 Text2 Text3 Text4 #Subset Dimension 2 Text1..