|
Hi, i'm currently doing my paper about data compression algorithm, and I'll do it in Java.
My tasks is, to compare some algorithms in compressing many kinds of data type, my goal is to get which algorithm is the better for a particular data type.
I've have idea about this and try to compare LZW, Huffman, and DMC. I choose these algorithms because each of algorithm has different technique coding.
1. Dictionary Technique represented by LZW
2. Symbolwise Technique represented by Huffman
3. Predictive Technique represented by DMC
I though it's good to compare them. Unfortunately, this topic has been taken by someone else.
would you suggest me what algorithms are suited to compare and why...???
the suggestion will be very appreciated
thx in advance
Last edited by philips; 07-30-2010 at 05:29 AM..
|