WYS*WYGWYS*WYSWYSG
When compressed above string using LZW algorithm it gave an output codes as below.
87 89 83 42 256 71 256 258 262 262 71
So you can see size of output codes bigger than that of the string.now I need to know How should I store it in a file?
Thank you.