Given an array of integers nums and an integer `target`, return indices of the two numbers such that they add up to `target`.
two_sum
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
Given an array of integers nums and an integer `target`, return indices of the two numbers such that they add up to `target`.