Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Power Set

Generate a list of the power set of a "set" supplied as an input list.

Run in repl as:

import powerset as P
P.main[the_list]

for some list the_list.

[end]