Challenge 1 • Easy
Two Sum
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.
Given a string of brackets, determine if the input is valid (properly closed and nested).
Given a list of intervals, merge all overlapping intervals and return the merged list.