幂集

August 8, 2018 · View on GitHub

集合A的幂集是 A的所有子集的集合.

例如. 对于{x, y, z},子集是: {{}, {x}, {y}, {z}, {x, y}, {x, z}, {y, z}, {x, y, z}}

Power Set

参考