Reputation: 29
I want to write a dynamic block size run length encoder but i am unable decide how should I implement it in python with dynamic blocks (substring length depending on content )
For example i have a string : 1110011100001
Writing RLE compressor but runtime is higher and implementation is a bit complex.
Upvotes: 2
Views: 56