Two Sum — LeetCode #1 (Easy)
📰 Dev.to · Shubham Gupta
Given an array of integers and a target, return the indices of two numbers that add up to the target.
Given an array of integers and a target, return the indices of two numbers that add up to the target.