Remove duplications from an array/linkedlist
Anonymous
Declared a results array; Used a HashMap to track values seen and only push un-seen values in the results array. Interviewer wanted me to use two while loops instead of a HashMap.
Check out your Company Bowl for anonymous work chats.