Friday, August 19, 2011

Subset of Size K from Array of size n

Given an array of size n, find all the possible sub set of the array of size k(all the subsets must be of size k).