Given a list of accounts where each account contains a name and emails, merge accounts belonging to the same person (accounts that share at least one common email).
30:00
Java
Accounts Merge
medium
Topics
Companies
Given a list of accounts where each account contains a name and emails, merge accounts belonging to the same person (accounts that share at least one common email).