2016 Update
This commit is contained in:
parent
948b86eafa
commit
dcf5d15da3
7965 changed files with 139854 additions and 31002 deletions
3
Task/Power-set/AppleScript/power-set-2.applescript
Normal file
3
Task/Power-set/AppleScript/power-set-2.applescript
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{{"Set [1,2,3]", {{}, {3}, {2}, {2, 3}, {1}, {1, 3}, {1, 2}, {1, 2, 3}}},
|
||||
{"Empty set", {{}}},
|
||||
{"Set containing only empty set", {{}, {{}}}}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue