Hello,

I have problem with compressing a sequence of binary digits.

Eg:. Consider the following sequneces ( there are indefinte number of sequences).

11001100100101100.... 256 digits
11000100011000011.... 256 digits

The problem is that I would like to compress this sequence into something more manageable say 25 digits maximum.

I tried to get the common patterns out of each sequence thereby reducing the length required...

Any suggestions...


Arun