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 Solvers17
Suggested Problems
-
Project Euler: Problem 3, Largest prime factor
1788 Solvers
-
Find the sum of the elements in the "second" diagonal
1204 Solvers
-
Number of 1s in a binary string
10991 Solvers
-
Check that number is whole number
5196 Solvers
-
1907 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.