DIY: Accounts Merge
Explore how to solve the Amazon accounts merge challenge by consolidating user email accounts in Rust. Understand the approach to identify accounts belonging to the same person by detecting shared emails. Learn to implement an efficient merge function that returns sorted, distinct emails grouped by user.
We'll cover the following...
We'll cover the following...
Problem statement
In this challenge, you ...