Bridgenext Interview Question

Write a function that returns how many duplicate elements exist in an array

Interview Answer

Anonymous

Dec 30, 2023

Iterate through and count using a dictionary

1