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
-
Determine if a Given Number is a Triangle Number
396 Solvers
-
Create a cell array out of a struct
2398 Solvers
-
Back to basics 9 - Indexed References
459 Solvers
-
Calculate the area of a triangle between three points
3405 Solvers
-
330 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!