Problem 60931. First Duplicate

Given an array of integers, return the first duplicate — i.e., the element that appears more than once and whose second appearance occurs before any other duplicate’s second appearance.
If no duplicates are found, return [].

Solution Stats

64.29% Correct | 35.71% Incorrect
Last Solution submitted on Jul 04, 2025

Solution Comments

Show comments

Problem Recent Solvers9

Suggested Problems

More from this Author174

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!