Longest Palindromic SubstringDynamic ProgrammingLongest Palindromic SubstringProblem 🤔 Given a string s , return the longest palindromic substring in s . Example 1 Input: s…Omer GoldbergFebruary 12, 2021 14 min
Check PermutationStringsCheck PermutationProblem 🤔 Given two strings, write a function to determine if the first string is a permutation of…Omer GoldbergJanuary 05, 2021 9 min
Is UniqueStringsIs 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 NumberStringsLetter 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 AwayStringsEdit 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 PermutationStringsPalindrome PermutationProblem 🤔 Palindrome Definition a word, phrase, or sequence that reads the same backward as…Omer GoldbergJanuary 05, 2021 8 min