Problem 43558. Finding two missing number in 1 to n array
You are given an array of numbers from 1 to n with two missing numbers.
Return the two missing numbers.
Input: x=[5 2 0 1 0]; %n=5
Output: y=[3 4]; % [4 3] is not accepted
Have fun.
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers63
Suggested Problems
-
Find the numeric mean of the prime numbers in a matrix.
8903 Solvers
-
7644 Solvers
-
Back to basics 11 - Max Integer
784 Solvers
-
Change the sign of even index entries of the reversed vector
551 Solvers
-
Find out sum of all elements of given Matrix
498 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!