Pergunta de entrevista da empresa Fidessa

find the first repeated letter in a sequence

Resposta da entrevista

Sigiloso

20 de dez. de 2018

I think hash set should be used for this. It would give an O(n) solution.