Published onMay 6, 2024Reorder Log FilespythonalgorithmsortingYou are given a list of logs. Re-order this for your teammates to analyze!
Published onMay 5, 2024Most Common WordpythonalgorithmCountertypingYou are given a string and a list of banned words. Find the most frequent word in the list except for the words that are in the banned list.
Published onMay 5, 2024Reverse stringpythonalgorithmtwo-pointersPalindrome is a string that maintains its original spelling when read both forwards and backwards. Find the algorithm that detects one!
Published onMay 4, 2024Valid PalindromepythonalgorithmdequeslicingPalindrome is a string that maintains its original spelling when read both forwards and backwards. Find the algorithm that detects one!