Sponsored
Use these hints if you're stuck. Try solving on your own first.
Find the number of occurrences of each element in the array using a hash map.
Iterate through the hash map and check if there is a repeated value.
Solve with full IDE support and test cases