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
Solution Comments
Show commentsProblem Recent Solvers9
Suggested Problems
-
9 Solvers
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!