Run length encoding

Posted by Phoenix on Stack Overflow See other posts from Stack Overflow or by Phoenix
Published on 2010-03-19T16:49:01Z Indexed on 2010/03/19 16:51 UTC
Read the original article Hit count: 356

Filed under:
|

What is the best we can do with run length encoding.

http://en.wikipedia.org/wiki/Run-length_encoding Page suggests the time complexity is O(m*n) where m is the number of time the number repeats ..

Is the a more efficient algorithm to do RLE ??

© Stack Overflow or respective owner

Related posts about run

Related posts about length