donnemartin / interactive-coding-challenges

120+ interactive Python coding interview challenges (algorithms and data structures). Includes Anki flashcards.
Other
29.44k stars 4.45k forks source link

Simplified solution for arrays_strings_better_compress #249

Open yutkin opened 6 years ago

yutkin commented 6 years ago

There was a very long and convoluted solution. I think mine much more concise and better for understanding.