Compare commits

..

2 Commits

Author SHA1 Message Date
84fda70cc6 Merge remote-tracking branch 'origin/main' 2022-11-02 15:47:20 +02:00
14356e31cd First lecture 2022-11-02 15:46:37 +02:00

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)