Check PermutationCheck PermutationProblem 🤔 Given two strings, write a function to determine if the first string is a permutation of…Omer GoldbergJanuary 05, 2021 9 min
Is UniqueIs UniqueProblem 🤔 Implement an algorithm to determine if a string has all unique characters. What if you…Omer GoldbergJanuary 05, 2021 10 min
Letter Combination of a Phone NumberLetter Combination of a Phone NumberProblem 🤔 Given a string containing digits from 2-9 inclusive, return all possible letter…Omer GoldbergJanuary 05, 2021 22 min
One AwayEdit DistanceProblem 🤔 There are 3 types of edits that can be performed on strings: insert a character remove a…Omer GoldbergJanuary 05, 2021 11 min
Palindrome PermutationPalindrome PermutationProblem 🤔 Palindrome Definition a word, phrase, or sequence that reads the same backward as…Omer GoldbergJanuary 05, 2021 8 min
String CompressionString CompressionProblem 🤔 We're writing a string compression algorithm! Implement a method to perform basic…Omer GoldbergJanuary 05, 2021 7 min