Challenge: Find Duplicates in Array
Write a function to find the duplicates in an array in the most efficient way.
We'll cover the following...
Problem statement
...Ask
Write a function to find the duplicates in an array in the most efficient way.