Skip to content

Files

Latest commit

628d6e4 · Aug 9, 2022

History

History
This branch is 261 commits behind type-challenges/type-challenges:main.

14188-hard-run-length-encoding

Run-length encoding hard

by Hen Hedymdeith @alfaproxima

Take the Challenge

Given a string sequence of a letters f.e. AAABCCXXXXXXY. Return run-length encoded string 3AB2C6XY. Also make a decoder for that string.


Back Share your Solutions Check out Solutions