Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How do I programming the LZW algorithm ?? on c# + Graphically
Posted

1 solution

First of all go through [Wiki] Lempel–Ziv–Welch[^].

There are some articles and projects you can take a look and try.
1. SharpLZW[^]
2. Fast LZW Compression Using Binary Tree[^]
3. LZW Compression[^]

If you don't find them useful, then read and understand the concept and try to implement your own.
If you face difficulty while coding, come back here and ask that specific question. :)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900