Given a string array words, find the maximum value of length(word[i]) * length(word[j]) where the two words do not share common letters. You may assume that eac...
You are given an integer array nums and you have to return a new counts array. The counts array has the property where counts[i] is the number of smaller elemen...
You are given coins of different denominations and a total amount of money amount. Write a function to compute the fewest number of coins that you need to make ...
Given an integer array nums, return the number of range sums that lie in [lower, upper] inclusive.Range sum S(i, j) is defined as the sum of the elements in nu...