Palindrome PermutationStringsPalindrome PermutationProblem 🤔 Palindrome Definition a word, phrase, or sequence that reads the same backward as…Omer GoldbergJanuary 05, 2021 8 min
String CompressionStringsString CompressionProblem 🤔 We're writing a string compression algorithm! Implement a method to perform basic…Omer GoldbergJanuary 05, 2021 7 min
String RotationStringsString RotationProblem 🤔 Assume you have a method isSubstring which checks if one word is a substring of another…Omer GoldbergJanuary 05, 2021 10 min
URLifyStringsURLifyProblem 🤔 Given a string with spaces, return the string, replacing each space with %20 . Our input…Omer GoldbergJanuary 05, 2021 10 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
Find Course ScheduleGraphsFind Course ScheduleProblem 🤔 There are a total of n courses you have to take labelled from 0,...,n - 1 . Some courses…Omer GoldbergDecember 20, 2020 22 min