First lecture

This commit is contained in:
2022-11-02 15:46:37 +02:00
commit 14356e31cd

4
02112022.R Normal file
View File

@@ -0,0 +1,4 @@
a = c(1,3)
b = c(2,4)
aUb = union(a,b)
aub = intersect(a,b)