Search results for "module:List::PowerSet"
List::PowerSet - generate the power set of a list
Suppose you have a list L. The power set of such a list is a list of all the sublists that you can obtain from L by deleting elements from it. For example, the power set of (1, 2, 3) is the list of lists ((), (1), (2), (3), (1, 2), (1, 3), (2, 3), (1...
NIKC/List-PowerSet-0.01 - 18 Mar 2004 11:20:32 UTC