Click here to Skip to main content
15,908,776 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi there good day to all. I am trying to implement LZW string compression i already understand how it works and the flow of the pseudocode, but i have difficulties in implementing or coding it on c#, is anyone here can help me to implement LZW in C#. i am still new in programming. hope someone can help me.
Posted
Comments
Sergey Alexandrovich Kryukov 25-Feb-12 19:58pm    
How can you imagine any help? You did not tell us how could we help you. Any particular problem?
--SA

If you have already grasped the algorithm then the hard-work should be done: if you still find difficult implementing it then you don't know well the C# programming language and really need to study it better.
 
Share this answer
 
Look at this implementation : http://sharplzw.sourceforge.net/[^]

I had the same problem and Mehdi Gholam helped me with that link . I hope this will help you too.
 
Share this answer
 
v2

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