Given an array of integers nums sorted in ascending order, find the star...
Suppose an array sorted in ascending order is rotated at some pivot unkn...
Given an array nums of n integers and an integer target, find three inte...
Given an array nums of n integers, are there elements a, b, c in nums su...
Given n non-negative integers a1, a2, ..., an , where each represents a ...
Given an integer array nums, find the contiguous subarray (containing at...
Find the kth largest element in an unsorted array. Note that it is the k...
Given n, how many structurally unique BST's (binary search trees) that s...
Given an array where elements are sorted in ascending order, convert it ...