Practice Problem
Two Sum
Difficulty: Easy
Given an array of integers and a target, return the indices of the two numbers that add up to the target.
Practice Problem
Difficulty: Easy
Given an array of integers and a target, return the indices of the two numbers that add up to the target.