Best Time to Buy and Sell StockArraysBest 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 OriginArraysK 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
Merge K Sorted ListsSorting and SearchingMerge K Sorted ListsProblem 🤔 You are given an array of k linked-lists lists, each linked-list is sorted in ascending…Omer GoldbergDecember 20, 2020 14 min
Max Consecutive OnesArraysMax 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 DigitsArraysFind 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 ProblemArraysTwo SumProblem 🤔 Given an array of integers nums and an integer target, return indices of the two numbers…Omer GoldbergDecember 05, 2020 10 min