Bridgenext interview question

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

Interview Answer

Anonymous

30 Dec 2023

Iterate through and count using a dictionary

1