Find maximum area of a piece of cake after making horizontal and vertical cuts.
ReadGiven an array, find the maximum subarray sum with unique values.
ReadGiven an array of strings, return the maximum value of the product of lengths where two words do not share any common letters.
ReadYou are given an infinite number of coins of different denominations and an amount. Find the minimum number of coins required to make up that amount.
ReadGiven an array of integers, maximize sub of subsequence such that the sum of any two elements in the subsequence is greater than or equal to any other element.
ReadGiven k sorted linked list, merge those list to form a final sorted linked list.
ReadAdd two integers without using Arithmetic Operators.
ReadGiven an array containing n distinct integers in the range [0, n], one number is missing from the array. Find the missing number.
Read