Problem 60932. Last Duplicate

Given an array of integers, find the last duplicate element — that is, the element whose second occurrence appears latest in the array.
If no duplicates are found, return [].

Solution Stats

83.33% Correct | 16.67% Incorrect
Last Solution submitted on Sep 16, 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!