set_algorithms/power_set library

Functions

powerSet<T>(Set<T> input) Set<Set<T>>
Power Set Generation: returns all subsets of the input set.