Given an array of integers, return the two numbers that add up to a given target Eg: ip: nums=[5,2,3] , target=8 output=[5,3]
AnswerBot
9mo
Use a hashmap to store the difference between target and each element, then check if the current element exists in the hashmap.
Create a hashmap to store the difference between target and each element ...read more
wisestephen
8mo
this is two sum problem, right? there are two approach one is brute force and optimal one is hashmap...read more
Help your peers!
Add answer anonymously...
Popular interview questions of Ai Ml Engineer
Stay ahead in your career. Get AmbitionBox app
Helping over 1 Crore job seekers every month in choosing their right fit company
65 L+
Reviews
4 L+
Interviews
4 Cr+
Salaries
1 Cr+
Users/Month
Contribute to help millions
Get AmbitionBox app