¡@

Home 

c# Programming Glossary: text3

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

new List string data.Add Text1 data.Add Text2 data.Add Text3 data.Add Text4 The problem I had was how can I get every combination.. the list Kinda like this #Subset Dimension 4 Text1 Text2 Text3 Text4 #Subset Dimension 3 Text1 Text2 Text3 Text1 Text2 Text4.. 4 Text1 Text2 Text3 Text4 #Subset Dimension 3 Text1 Text2 Text3 Text1 Text2 Text4 Text1 Text3 Text4 Text2 Text3 Text4 #Subset..