Removing Duplications in Email Addresses in Linear Time
Source: The Society of Digital Information and Wireless Communications (SDIWC)
Currently, many government offices and companies use mailing lists for reaching their clients. Any mailing list needs continuous updates that include removing unsubscribed emails, inserting new coming emails, and removing duplications. Duplication can occur when merging two mailing lists into one master mailing list, where both the merged lists contain the same email more than one or when any one of the mailing lists contain the same email many times. Existing algorithms for removing duplications in mailing list require time complexity greater than linear. Most of them sort emails in alphabetical order and then remove the duplication in O(n log n).
| Format: | Size: | 366.90 | |
| Date: | Oct 2011 |



