3Sum
Given an array of integers, find all unique triplets that sum to zero.
Given an array of integers, find all unique triplets that sum to zero.
Given an array of integers, find three distinct numbers whose sum is as close as possible to a given target value.
Find all unique quadruplets in a given array of integers that sum up to a specific target value.
Given two sorted arrays, find the median of the combined sorted array.
Merge overlapping intervals in a list and return the non-overlapping intervals that cover all inputs
Given an array of integers and a target integer, find the indices of two numbers that add up to the target.
Determine if one string is an anagram of another.