LinkedIn Interview Question

You have two sets. How can you find the intersection?

Interview Answer

Anonymous

Mar 14, 2016

if python is used you could use set1.intersection(set2)