Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
10
Task/Symmetric-difference/K/symmetric-difference.k
Normal file
10
Task/Symmetric-difference/K/symmetric-difference.k
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
A: ?("John";"Bob";"Mary";"Serena")
|
||||
B: ?("Jim";"Mary";"John";"Bob")
|
||||
|
||||
A _dvl B / in A but not in B
|
||||
"Serena"
|
||||
B _dvl A / in B but not in A
|
||||
"Jim"
|
||||
(A _dvl B;B _dvl A) / Symmetric difference
|
||||
("Serena"
|
||||
"Jim")
|
||||
Loading…
Add table
Add a link
Reference in a new issue