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
Isomorphic StringsHash TablesAre String Isomorphic?Challenge 🤔 Given two strings s and t, determine if they are isomorphic. Two strings are isomorphic…Omer GoldbergDecember 09, 2020 9 min
Reverse a StringRecursionReverse StringProblem 🤔 Write a function that reverses a string. The input string is given as an array of…Assaf ElovicDecember 05, 2020 9 min