Best Time to Buy and Sell StockBest Time to Buy and Sell StockProblem 🤔 Say you have an array for which the i -th element is the price of a given stock on day i…Omer GoldbergDecember 20, 2020 14 min
K Closest Points to OriginK Closest Points to OriginProblem 🤔 We have a list of points on the plane. Find the K closest points to the origin (0,…Omer GoldbergDecember 20, 2020 11 min
Max Consecutive OnesMax Consecutive OnesProblem 🤔 Given a binary array, find the maximum number of consecutive 1s in this array, or in…Assaf ElovicDecember 05, 2020 10 min
Even Numbers of DigitsFind Numbers with Even Numbers of DigitsProblem 🤔 Given an array nums of integers, return how many of them contain an even number of digits…Assaf ElovicDecember 05, 2020 7 min
Two Sum ProblemTwo SumProblem 🤔 Given an array of integers nums and an integer target, return indices of the two numbers…Omer GoldbergDecember 05, 2020 10 min
Squares of Sorted ArraysSquares of Sorted ArraysProblem 🤔 Given an integer array nums sorted in non-decreasing order, return an array of the…Assaf ElovicDecember 05, 2020 7 min