Search
⌘K

Leetcode 3059. Find All Unique Email Domains

Given a list of email addresses, extract the domain part (the substring after '@') from each address and return all unique domains; this is essentially a linear scan with deduplication using a hash/set, paying attention to case or formatting rules if specified.


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.