Practice
Given an array of integers, return indices of the two numbers that add up to a target.
Determine if the input string of brackets is valid using a stack.
Given a collection of intervals, merge all overlapping intervals.