Skip to content

Commit 432c894

Browse files
committed
Update READMEs.
1 parent 1fd5131 commit 432c894

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/algorithms/math/power-set/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,10 @@
33
Power set of a set A is the set of all of the subsets of A.
44

55
Eg. for `{x, y, z}`, the subsets are : `{{}, {x}, {y}, {z}, {x, y}, {x, z}, {y, z}, {x, y, z}}`
6+
7+
![Power Set](https://www.mathsisfun.com/sets/images/power-set.svg)
8+
9+
## References
10+
11+
* [Wikipedia](https://en.wikipedia.org/wiki/Power_set)
12+
* [Math is Fun](https://www.mathsisfun.com/sets/power-set.html)

0 commit comments

Comments
 (0)