Is this your company?
Why do you want to join Tableau? Find the smallest unique integer in a random integer array with possible duplicates.
Anonymous
make a hash map, first go through each number and put it in hash map. Then go through each number again, check the value in hash map, if it is equal to 1, then compare this with min(you can make it Integer.max_val at the beginning), and keep updating this min.
Check out your Company Bowl for anonymous work chats.