Search
⌘K

Leetcode 929. Unique Email Addresses

Given a list of email strings, normalize each by splitting at '@', removing all '.' and discarding anything after the first '+' in the local part, then count the number of unique local@domain addresses produced.


Question Timeline

See when this question was last asked and where, including any notes left by other candidates.

Comments

Your account is free and you can post anonymously if you choose.