I want to generate a list of all possible combinations of a list of strings (it\'s actually a list of objects, but for simplicity we\'ll use strings). I need this list so th
Simillar kind of task is achived in the below post:
Listing all permutations of a string/integer
Hope this help.