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
Design a HashMapHash TablesDesign a HashMapProblem 🤔 Design a HashMap without using any built-in hash table libraries. To be specific, your…Omer GoldbergDecember 23, 2020 16 min
Graph BasicsGraphsGraph BasicsGraph Definition A graph is a network of nodes connected by edges. When we talk about graph theory…Omer GoldbergDecember 21, 2020 10 min