← All problemsSign in

Run Length Encoding

Alice is given some strings which she needs to compress and send to Bob. She seeks your help in order to do that. In order to do that, you decide to follow an approach called "Run Length Encoding (RLE)". The RLE encoding for a given string 's' should be constructed as follows: For each largest consecutive sequence of a similar character 'c' in the string 's', replace it by the count of consecut

HINT LADDERno hints yet
L1 Observation
L2 Technique
L3 Approach
L4 Pseudo-code
🔒
L5 Full solution
L5 unlocks only if you insist twice
solution.cppC++17

CodeSearch Tutor

Hints, not spoilers — it won’t hand over the full solution unless you insist.

voice by Sarvam AI

Sign in to chat with the tutor and save your progress.

Sign in to start