Two Sum
Easy
Problem Description
Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target.
Array
Hash Table
Code Editor
Output
Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target.