Pergunta de entrevista da empresa Amazon

Explain the algorithm that you will use to compute the union of two Sets. What is the time complexity?

Resposta da entrevista

Sigiloso

22 de jun. de 2010

hashset.addAll (list1); hashset.addAll(list2); syntax may be wrong