RosettaCodeData/Task/Power-set/PHP/power-set-2.php

22 lines
175 B
PHP
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
POWER SET of []
POWER SET of [singleton]
(empty)
singleton
POWER SET of [dog, c, b, a]
(empty)
a
b
a b
c
a c
b c
a b c
dog
a dog
b dog
a b dog
c dog
a c dog
b c dog
a b c dog