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

18 Solutions

11 Solvers

Last Solution submitted on Apr 23, 2026

Last 200 Solutions

Solution Comments

Show comments
Loading...

Problem Recent Solvers11

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!