From a given vector of size n + 1, return the duplicate number.
Constraints
The vector can only contain numbers from 1 to n inclusive
Only 1 number is duplicate.
Example -
x = [1 2 3 3]
The size of the vector is 4. Therefore n = 3 and it contains numbers from only 1 to 3 (inclusive). However there is just 1 duplicate number which is 3.
Return the value 3
Solution Stats
Solution Comments
Show comments
Loading...
Problem Recent Solvers20
Suggested Problems
-
Program an exclusive OR operation with logical operators
779 Solvers
-
Project Euler: Problem 9, Pythagorean numbers
1403 Solvers
-
Unique values without using UNIQUE function
454 Solvers
-
1687 Solvers
-
Remove entire row and column in the matrix containing the input values
575 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!