Search⌘ K
AI Features

DIY: Accounts Merge

Explore solving the Accounts Merge problem by implementing a Kotlin function that merges multiple user accounts based on shared email addresses. Understand how to consolidate distinct emails for persons with possibly overlapping profiles to prepare for Amazon-style coding interviews.

Problem statement

In this challenge, you ...