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 Solvers16
Suggested Problems
-
Least common multiple of many numbers
253 Solvers
-
Project Euler: Problem 10, Sum of Primes
2071 Solvers
-
Number of 1s in a binary string
10818 Solvers
-
Generate a vector like 1,2,2,3,3,3,4,4,4,4
13427 Solvers
-
Find out value of sine given by degree.
352 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!