Fidessa Interview Question

find the first repeated letter in a sequence

Interview Answer

Anonymous

Dec 20, 2018

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