Drill Queue

Two Sum

Challenge #1

EASY Given an int array nums and int target, return indices of the two numbers such that they add up to target. Edit

Description

Find two numbers adding up to target.


Given an int array nums and int target, return indices of the two numbers such that they add up to target.