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...
Giggso Ai Ml Engineer Interview Questions
Stay ahead in your career. Get AmbitionBox app
qr-code
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

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter