We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fd5131 commit 432c894Copy full SHA for 432c894
1 file changed
src/algorithms/math/power-set/README.md
@@ -3,3 +3,10 @@
3
Power set of a set A is the set of all of the subsets of A.
4
5
Eg. for `{x, y, z}`, the subsets are : `{{}, {x}, {y}, {z}, {x, y}, {x, z}, {y, z}, {x, y, z}}`
6
+
7
+
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