Google Interview Question

Find repeats in an integer list.

Interview Answer

Anonymous

Aug 31, 2020

I used the Counter data structure.