Oleksii Trekhleb 432c894f49 Update READMEs.
2018-04-13 17:49:39 +03:00

373 B

Power Set

Power set of a set A is the set of all of the subsets of A.

Eg. for {x, y, z}, the subsets are : {{}, {x}, {y}, {z}, {x, y}, {x, z}, {y, z}, {x, y, z}}

Power Set

References