was asked to write code in any language to go through array and find duplicate integers.
Anonymous
If you need to return the just the duplicate numbers then use hash set. Otherwise use hash map if you need the indexes or frequency.
Check out your Company Bowl for anonymous work chats.