Given a set of 1 million (very large) no. of URL's. Find the "first" "unique" URL from the list.
My Approach: Build a hash using perfect hashing function, that can help. But my question is to hash large data is not possible., then how can I solve this question.
Is there any method to do inplace? Please help. Thanks in advance.