Current Forum: Homework 4 - Lempel Ziv (Part 2) |
Date: Wed Oct 17 2001 11:38 am |
Author: Ghosh, Debmallo S. <dsghosh@cmu.edu> |
Subject: Re: maximum code number for LempelZiv compression |
|
|
On your third question, if I understand LZW correctly, there is no need to write any dictionary to the file at all; that's part of the elegance of the algorithm. Unless you're compressing it again with Huffman, there should be no header. And if you are compressing it Huffman, you'll see the typical Huffman "gobbledygook". :-) |
|