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
Solution Comments
Show comments
Loading...
Problem Recent Solvers20
Suggested Problems
-
6985 Solvers
-
21437 Solvers
-
What is the distance from point P(x,y) to the line Ax + By + C = 0?
560 Solvers
-
Calculate the Number of Sign Changes in a Row Vector (No Element Is Zero)
939 Solvers
-
77 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!
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.