Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
1
Task/Power-set/K/power-set-1.k
Normal file
1
Task/Power-set/K/power-set-1.k
Normal file
|
|
@ -0,0 +1 @@
|
|||
ps:{x@&:'+2_vs!_2^#x}
|
||||
9
Task/Power-set/K/power-set-2.k
Normal file
9
Task/Power-set/K/power-set-2.k
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
ps "ABC"
|
||||
(""
|
||||
,"C"
|
||||
,"B"
|
||||
"BC"
|
||||
,"A"
|
||||
"AC"
|
||||
"AB"
|
||||
"ABC")
|
||||
Loading…
Add table
Add a link
Reference in a new issue