How can I loop through all combinations of n playing cards in a standard deck of 52 cards?
I see this problem is essentially the same as the power set problem. Please see Problems with writing powerset code to get an elegant solution.