For a given list, find all possible combinations of elements of the list (not just k-combinations). The result is a list of lists with each element representing one combination. Order of elements is not taken into account.
29 people like thisPosted: 13 years ago by Alexander Rautenberg
get all combinations (as array index values) with k items from n items. indexes are 1 based
0 people like thisPosted: 3 years ago by snuup
given an array n generates all lists with k choices from n
8 people like thisPosted: 11 years ago by isaiah perumalla