Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 1.11 KB

File metadata and controls

7 lines (4 loc) · 1.11 KB

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