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).
Java
Accounts Merge
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).