Blackrock Interview Question
BlackrockSoftware Engineer Interview
Write a function that takes in a string and an int. The int determines the number of repeated consecutive letters you want to have returned. For example: (aab, 1) -> ab. (aaabba, 2) -> aabba
Unlock the Full Solution
Enter your email to get instant access to the complete solution, explanation, and similar practice problems.