Domanda di colloquio di LinkedIn

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

Risposta di colloquio

Anonimo

14 mar 2016

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