Possible Duplicate:
Algorithm: efficient way to remove duplicate integers from an array
I would like to know what is the best, efficient approach for finding a duplicate entry which consists of 10 digits, in a set of 80 Millions Entry?
Update: I'm only interested in the algorithmic solution. Update: Consider solving that problem in an election systems, in which you need to check for a duplicate for every voter.
Sets don't have duplicates. http://download.oracle.com/javase/6/docs/api/java/util/Set.html – William Oct 1 '11 at 20:50