¿Esta es tu empresa?
Why do you want to join Tableau? Find the smallest unique integer in a random integer array with possible duplicates.
Anónimo
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.