Simple compression?
Posted: Sat Dec 22, 2012 12:56 am
I've been trying to make functions that can compress and decompress strings, but what I have so far is really inefficient
The strings won't contain numbers (but can contain any other character), and will compress like this:
The strings won't contain numbers (but can contain any other character), and will compress like this:
Code: Select all
Can you make functions that compress and decompress like this? Thanks!ABBCCCDDDDEEEEEFFFFFFFFFF!!?
will convert to...
A2B3C4D5E10F2!?