Remove Duplicates from Sorted ListLinked ListsRemove Duplicates from Sorted ListProblem 🤔 Write code to remove duplicates from a sorted linked list. Example 1 Input: 1 -> 2 ->…Assaf ElovicJanuary 09, 2021 7 min
Kth to LastLinked ListsReturn Kth to Last NodeProblem 🤔 Implement an algorithm to find the kth to last element of a singly linked list. Example…Omer GoldbergJanuary 09, 2021 17 min
Runners TechniqueLinked ListsRunners TechniqueWTF is the Runners Technique This is a really popular technique in solving linked list problems…Omer GoldbergJanuary 09, 2021 5 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
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