#229
sets-4
Difficulty: | Basic |
Topics: | sets |
And also the intersection
(= __ (clojure.set/intersection #{1 4 3 2} #{3 2 5})) |
Difficulty: | Basic |
Topics: | sets |
(= __ (clojure.set/intersection #{1 4 3 2} #{3 2 5})) |