Problem 54825. Find two numbers that add up to the target value
Given a vector A and target n, return the indices of two numbers that add up to n. If there are multiple solutions, return the first one.
Solution Stats
Problem Comments
-
1 Comment
Rafael S.T. Vieira
on 8 Nov 2022
The problem needs more tests. And it should state what to do when it is not possible to find two numbers that add up to n.
Solution Comments
Show commentsProblem Recent Solvers17
Suggested Problems
-
Make the vector [1 2 3 4 5 6 7 8 9 10]
52479 Solvers
-
Select every other element of a vector
35887 Solvers
-
1245 Solvers
-
17789 Solvers
-
Combine the first and last names
165 Solvers
More from this Author1
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!