Pergunta de entrevista da empresa Connected

Given three iterable data structures, a string, a list, and a linked list, find all the values that are in common between the three data structures.

Resposta da entrevista

Sigiloso

25 de mai. de 2018

Just try to build sets and find intersections.