Pergunta de entrevista da empresa RPM Technologies (Canada)

Given 2 arrays, print an array with all integers that exist them them. Count duplicates and ordering does not matter.

Resposta da entrevista

Sigiloso

12 de jun. de 2017

Use a Hashmap. Log n solution is to sort both and use an iterator.