Given an array containing n distinct integers in the range [0, n], one number is missing from the array. Find the missing number.
ReadGiven a number n, count the number of 1's in the binary representation of each number from 0 to n.
ReadGiven an array of integers, check if the array contains any duplicates.
ReadGiven a list of distinct integers, find all the possible combinations which sums up to a target.
ReadGiven a positive integer n, generate a square matrix filled with elements from 1 to n^2 in spiral order.
ReadGiven a string, remove minimum number of parentheses to make it balanced.
Read