Longest Palindromic SubstringLongest Palindromic SubstringProblem 🤔 Given a string s , return the longest palindromic substring in s . Example 1 Input: s…Omer GoldbergFebruary 12, 2021 14 min
Maximum Product SubarrayMaximum Product SubarrayProblem 🤔 Given an integer array nums, find the contiguous subarray within an array (containing at…Omer GoldbergDecember 05, 2020 11 min
Max Profit Job ScheduleMax Profit Job ScheduleChallenge 🤔 We have n jobs, where every job is scheduled to be done from startTime[i] to…Omer GoldbergDecember 05, 2020 14 min
Unique Binary Search TreesUnique Binary Search TreesProblem 🤔 Given an integer n , return the number of structurally unique BST's (binary search trees…Omer GoldbergFebruary 17, 2020 15 min
Coin ChangeCoin ChangeProblem 🤔 You are given coins of different denominations and a total amount of money amount. Write…Omer GoldbergJanuary 17, 2020 16 min
Decode WaysDecode WaysProblem 🤔 A message containing letters from A-Z can be encoded into numbers using the following…Omer GoldbergJanuary 17, 2020 21 min