Topic: Dynamic Programming Problem / Level: beginner

Problem: Solve the "String Compression Problem" where repeated characters are replaced by their counts.

Run the code to see the output here...