leetcode
929. Unique Email Addresses
Link: Unique Email Addresses Thought Brutal Force Solution This question is pretty simple (and it actually is an esay one). A naive approache is, split the name and domain. For the name, remove every thing after first '+', and then replace all '.' as empty. For the domain,