DIY: String Compression
Explore how to efficiently compress a list of characters by encoding repeated groups without extra space. Learn to modify the input array in place and return the new compressed length, preparing you for related coding interview problems.
We'll cover the following...
We'll cover the following...
Problem statement
You are given a list of characters. Your task will be to compress this list, using the following algorithm:
For each group of consecutive repeating characters in the string:
- If the